Spaces:
Paused
Paused
Update app.py
#2
by 232313sdasda - opened
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=
|
| 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 |
|