akhaliq HF Staff commited on
Commit
4c0f830
·
verified ·
1 Parent(s): bc62515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(
147
  inputs=[image_input, text_input],
148
  outputs=[image_output, info_output],
149
  fn=segment_example,
150
- cache_examples=True,
151
  )
152
 
153
  clear_btn.click(
 
147
  inputs=[image_input, text_input],
148
  outputs=[image_output, info_output],
149
  fn=segment_example,
150
+ cache_examples=False,
151
  )
152
 
153
  clear_btn.click(