guangkaixu commited on
Commit
4d1a7d2
1 Parent(s): 9fcd98b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
288
  ],
289
  inputs=[depth_image_input],
290
  outputs=[depth_image_output_slider, depth_image_output_files],
291
- cache_examples=True,
292
  # directory_name="examples_depth",
293
  # cache_examples=False,
294
  )
 
288
  ],
289
  inputs=[depth_image_input],
290
  outputs=[depth_image_output_slider, depth_image_output_files],
291
+ cache_examples=False,
292
  # directory_name="examples_depth",
293
  # cache_examples=False,
294
  )