Spaces:
Runtime error
Runtime error
Commit
·
dfd8183
1
Parent(s):
0c7642f
fix
Browse files
app.py
CHANGED
|
@@ -97,8 +97,7 @@ with gr.Blocks() as demo:
|
|
| 97 |
["inputs/applications/source_image/multi1_source.png", "inputs/applications/driving/densepose/multi_dancing.mp4"],
|
| 98 |
],
|
| 99 |
inputs=[reference_image, motion_sequence],
|
| 100 |
-
outputs=animation
|
| 101 |
-
cache_examples=True
|
| 102 |
)
|
| 103 |
|
| 104 |
|
|
|
|
| 97 |
["inputs/applications/source_image/multi1_source.png", "inputs/applications/driving/densepose/multi_dancing.mp4"],
|
| 98 |
],
|
| 99 |
inputs=[reference_image, motion_sequence],
|
| 100 |
+
outputs=animation
|
|
|
|
| 101 |
)
|
| 102 |
|
| 103 |
|