EduardoPacheco not-lain commited on
Commit
0c4746e
1 Parent(s): 2758806

Update app.py (#1)

Browse files

- Update app.py (bbf6b0eb521f52ca33213e0c97291c725a8bd3a2)


Co-authored-by: LAin <not-lain@users.noreply.huggingface.co>

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