EduardoPacheco commited on
Commit
2758806
1 Parent(s): 504424c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if __name__=="__main__":
56
  inputs = [img, labels, threshold, bounding_box_selection],
57
  outputs = [fig],
58
  fn=app_fn,
59
- cache_examples=True,
60
  label='Try this example input!'
61
  )
62
 
 
56
  inputs = [img, labels, threshold, bounding_box_selection],
57
  outputs = [fig],
58
  fn=app_fn,
59
+ cache_examples=False,
60
  label='Try this example input!'
61
  )
62