Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -0
app_gradio.py
CHANGED
@@ -309,6 +309,7 @@ def create_gradio_interface():
|
|
309 |
inputs=[input_sketch, motion_prompt],
|
310 |
outputs=[main_tab],
|
311 |
examples_per_page=4,
|
|
|
312 |
|
313 |
)
|
314 |
|
|
|
309 |
inputs=[input_sketch, motion_prompt],
|
310 |
outputs=[main_tab],
|
311 |
examples_per_page=4,
|
312 |
+
cache_examples=False
|
313 |
|
314 |
)
|
315 |
|