xi0v Fabrice-TIERCELIN commited on
Commit
535224d
1 Parent(s): 3a975fe

OK, let's rollback (#30)

Browse files

- OK, let's rollback (33b335f744ea88c9f6ad5a1a8d35768fd2b0e20f)


Co-authored-by: Fabrice TIERCELIN <[email protected]>

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__":