Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def construct_demo():
|
|
194 |
],
|
195 |
outputs=[output_video_1, output_video_2],
|
196 |
fn=infer_depth,
|
197 |
-
cache_examples=
|
198 |
)
|
199 |
gr.Markdown(
|
200 |
"""
|
|
|
194 |
],
|
195 |
outputs=[output_video_1, output_video_2],
|
196 |
fn=infer_depth,
|
197 |
+
cache_examples="lazy",
|
198 |
)
|
199 |
gr.Markdown(
|
200 |
"""
|