multimodalart HF Staff commited on
Commit
6eec76e
·
verified ·
1 Parent(s): b107074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -328,7 +328,8 @@ with gr.Blocks() as app:
328
  inputs=[start_image, end_image, prompt],
329
  outputs=ui_outputs,
330
  fn=generate_video,
331
- cache_examples="lazy",
 
332
  )
333
 
334
  if __name__ == "__main__":
 
328
  inputs=[start_image, end_image, prompt],
329
  outputs=ui_outputs,
330
  fn=generate_video,
331
+ cache_examples=True,
332
+ cache_mode="lazy"
333
  )
334
 
335
  if __name__ == "__main__":