katielink commited on
Commit
7d7f987
·
1 Parent(s): a590474

Set cache examples to false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
151
  inputs=[input_file, z_axis],
152
  outputs=[input_image, output_segmentation],
153
  fn=predict,
154
- cache_examples=True
155
  )
156
 
157
  # Show references at the bottom of the demo
 
151
  inputs=[input_file, z_axis],
152
  outputs=[input_image, output_segmentation],
153
  fn=predict,
154
+ cache_examples=False
155
  )
156
 
157
  # Show references at the bottom of the demo