Spaces:
Build error
Build error
Pie31415
commited on
Commit
·
3e16971
1
Parent(s):
f6a4864
updated app
Browse files- app.py +1 -1
- examples/log.csv +1 -1
app.py
CHANGED
|
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
|
|
| 143 |
|
| 144 |
title = "ROME: Realistic one-shot mesh-based head avatars"
|
| 145 |
examples = gr.Examples(
|
| 146 |
-
examples="examples
|
| 147 |
inputs=image_inputs
|
| 148 |
)
|
| 149 |
|
|
|
|
| 143 |
|
| 144 |
title = "ROME: Realistic one-shot mesh-based head avatars"
|
| 145 |
examples = gr.Examples(
|
| 146 |
+
examples="./examples",
|
| 147 |
inputs=image_inputs
|
| 148 |
)
|
| 149 |
|
examples/log.csv
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
examples/lincoln.jpg, examples/taras2.jpg
|
|
|
|
| 1 |
+
"examples/lincoln.jpg", "examples/taras2.jpg"
|