disable examples caching to avoid failing Zero GPU worker

#1
by fffiloni - opened
Files changed (1) hide show
  1. app.py +1 -1
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="lazy",
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
  # """