Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -794,7 +794,7 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 794 |
outputs=[generated_command, generated_video],
|
| 795 |
fn=update,
|
| 796 |
run_on_click=True,
|
| 797 |
-
cache_examples=
|
| 798 |
)
|
| 799 |
|
| 800 |
with gr.Row():
|
|
|
|
| 794 |
outputs=[generated_command, generated_video],
|
| 795 |
fn=update,
|
| 796 |
run_on_click=True,
|
| 797 |
+
cache_examples=True,
|
| 798 |
)
|
| 799 |
|
| 800 |
with gr.Row():
|