Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
3184c40
1
Parent(s):
41915d4
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__":
|