Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#1
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
101 |
],
|
102 |
inputs=[reference_image, motion_sequence],
|
103 |
outputs=animation,
|
104 |
-
cache_examples=
|
105 |
)
|
106 |
|
107 |
demo.queue(max_size=15)
|
|
|
101 |
],
|
102 |
inputs=[reference_image, motion_sequence],
|
103 |
outputs=animation,
|
104 |
+
cache_examples=False
|
105 |
)
|
106 |
|
107 |
demo.queue(max_size=15)
|