Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
|
|
| 118 |
inputs=image,
|
| 119 |
outputs=[video, seed],
|
| 120 |
fn=sample,
|
| 121 |
-
cache_examples=
|
| 122 |
)
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|
|
|
|
| 118 |
inputs=image,
|
| 119 |
outputs=[video, seed],
|
| 120 |
fn=sample,
|
| 121 |
+
cache_examples="lazy",
|
| 122 |
)
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|