Spaces:
Runtime error
Runtime error
Commit
•
bc0e8e9
1
Parent(s):
689b0f3
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 |
|