vyles commited on
Commit
ee5e1eb
·
verified ·
1 Parent(s): 69c76e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with demo:
90
  inputs=image_in,
91
  outputs=output_box,
92
  fn=tag_image,
93
- cache_examples=True
94
  )
95
  # Link the button click to the function
96
  tag_button.click(fn=tag_image, inputs=[image_in, format_choice], outputs=output_box)
 
90
  inputs=image_in,
91
  outputs=output_box,
92
  fn=tag_image,
93
+ cache_examples=False
94
  )
95
  # Link the button click to the function
96
  tag_button.click(fn=tag_image, inputs=[image_in, format_choice], outputs=output_box)