Spaces:
Runtime error
Runtime error
disable examples caching to avoid failing Zero GPU worker
Browse files
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 |
# """
|