Spaces:
Running
on
Zero
Running
on
Zero
Fabrice-TIERCELIN
commited on
Commit
•
33b335f
1
Parent(s):
3a975fe
OK, let's rollback
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks() as demo:
|
|
237 |
outputs=[video_output, gif_output, download_button, gallery, seed, information_msg, reset_btn],
|
238 |
fn=animate,
|
239 |
run_on_click=True,
|
240 |
-
cache_examples=
|
241 |
)
|
242 |
|
243 |
if __name__ == "__main__":
|
|
|
237 |
outputs=[video_output, gif_output, download_button, gallery, seed, information_msg, reset_btn],
|
238 |
fn=animate,
|
239 |
run_on_click=True,
|
240 |
+
cache_examples=False,
|
241 |
)
|
242 |
|
243 |
if __name__ == "__main__":
|