Spaces:
Runtime error
Runtime error
cache examples
Browse files
app.py
CHANGED
|
@@ -98,6 +98,7 @@ with gr.Blocks() as demo:
|
|
| 98 |
],
|
| 99 |
inputs=[reference_image, motion_sequence],
|
| 100 |
outputs=animation,
|
|
|
|
| 101 |
)
|
| 102 |
|
| 103 |
|
|
|
|
| 98 |
],
|
| 99 |
inputs=[reference_image, motion_sequence],
|
| 100 |
outputs=animation,
|
| 101 |
+
cache_examples=True
|
| 102 |
)
|
| 103 |
|
| 104 |
|