Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -328,7 +328,8 @@ with gr.Blocks() as app:
|
|
| 328 |
inputs=[start_image, end_image, prompt],
|
| 329 |
outputs=ui_outputs,
|
| 330 |
fn=generate_video,
|
| 331 |
-
cache_examples=
|
|
|
|
| 332 |
)
|
| 333 |
|
| 334 |
if __name__ == "__main__":
|
|
|
|
| 328 |
inputs=[start_image, end_image, prompt],
|
| 329 |
outputs=ui_outputs,
|
| 330 |
fn=generate_video,
|
| 331 |
+
cache_examples=True,
|
| 332 |
+
cache_mode="lazy"
|
| 333 |
)
|
| 334 |
|
| 335 |
if __name__ == "__main__":
|