akhaliq HF Staff commited on
Commit
c5e929b
·
verified ·
1 Parent(s): fd4d970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(
192
  inputs=[image_input, text_input],
193
  fn=segment_example,
194
  outputs=[image_output, info_output],
195
- cache_examples=True,
196
  examples_per_page=10,
197
  label="Try these COCO examples (URLs auto-load)"
198
  )
 
192
  inputs=[image_input, text_input],
193
  fn=segment_example,
194
  outputs=[image_output, info_output],
195
+ cache_examples=False,
196
  examples_per_page=10,
197
  label="Try these COCO examples (URLs auto-load)"
198
  )