Fabrice-TIERCELIN commited on
Commit
33b335f
1 Parent(s): 3a975fe

OK, let's rollback

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="lazy",
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__":