seawolf2357 commited on
Commit
d376b05
·
verified ·
1 Parent(s): 41fb2d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -723,9 +723,7 @@ with gr.Blocks() as demo:
723
  ["Drone footage flying over a futuristic city with flying cars."],
724
  ],
725
  inputs=[prompt_input],
726
- outputs=[video_output, seed_input, final_prompt_output, info_log],
727
- fn=generate_video,
728
- cache_examples="lazy",
729
  elem_id="examples"
730
  )
731
 
 
723
  ["Drone footage flying over a futuristic city with flying cars."],
724
  ],
725
  inputs=[prompt_input],
726
+ cache_examples=False,
 
 
727
  elem_id="examples"
728
  )
729