Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -638,7 +638,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
638
  inputs=ui_inputs,
639
  outputs=[video_output, video_with_audio_output, seed_input],
640
  fn=generate_video,
641
- cache_examples="lazy",
642
  label="🌟 Example Gallery"
643
  )
644
 
 
638
  inputs=ui_inputs,
639
  outputs=[video_output, video_with_audio_output, seed_input],
640
  fn=generate_video,
641
+ cache_examples=True,
642
  label="🌟 Example Gallery"
643
  )
644