Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
| 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 |
|