wbhu-tc commited on
Commit
80f9c79
·
verified ·
1 Parent(s): 79d1264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -202,7 +202,8 @@ def construct_demo():
202
  ],
203
  outputs=[output_video_1, output_video_2],
204
  fn=infer_depth,
205
- cache_examples="lazy",
 
206
  )
207
  gr.Markdown(
208
  """
 
202
  ],
203
  outputs=[output_video_1, output_video_2],
204
  fn=infer_depth,
205
+ cache_examples=True,
206
+ cache_mode="lazy",
207
  )
208
  gr.Markdown(
209
  """