Spaces:
Build error
Build error
Pie31415
commited on
Commit
·
bd147be
1
Parent(s):
01154aa
updated app
Browse files
app.py
CHANGED
|
@@ -142,6 +142,6 @@ with gr.Blocks() as demo:
|
|
| 142 |
|
| 143 |
image_button.click(image_inference, inputs=image_inputs, outputs=image_output)
|
| 144 |
title = "ROME: Realistic one-shot mesh-based head avatars"
|
| 145 |
-
examples = gr.Examples(["examples/lincoln.jpg", "examples/tars2.jpg"], inputs=
|
| 146 |
|
| 147 |
demo.launch()
|
|
|
|
| 142 |
|
| 143 |
image_button.click(image_inference, inputs=image_inputs, outputs=image_output)
|
| 144 |
title = "ROME: Realistic one-shot mesh-based head avatars"
|
| 145 |
+
examples = gr.Examples(["examples/lincoln.jpg", "examples/tars2.jpg"], inputs=image_inputs)
|
| 146 |
|
| 147 |
demo.launch()
|