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=False,
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="lazy",
60
  label='Try this example input!'
61
  )
62