Spaces:
Running
on
Zero
Running
on
Zero
disable examples caching to avoid failing Zero GPU worker
#1
by
fffiloni
- opened
app.py
CHANGED
@@ -175,7 +175,7 @@ def construct_demo():
|
|
175 |
],
|
176 |
outputs=[output_video_1, output_video_2],
|
177 |
fn=infer_depth,
|
178 |
-
cache_examples=
|
179 |
)
|
180 |
# gr.Markdown(
|
181 |
# """
|
|
|
175 |
],
|
176 |
outputs=[output_video_1, output_video_2],
|
177 |
fn=infer_depth,
|
178 |
+
cache_examples=False,
|
179 |
)
|
180 |
# gr.Markdown(
|
181 |
# """
|