EduardoPacheco commited on
Commit
52a4788
1 Parent(s): c73bc62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if __name__=="__main__":
51
 
52
  gr.Examples(
53
  [
54
- ["input_image.jpeg", "a person.\na mountain.", 0.25, 0.25],
55
  ],
56
  inputs = [img, labels, threshold, bounding_box_selection],
57
  outputs = [fig],
 
51
 
52
  gr.Examples(
53
  [
54
+ ["input_image.jpeg", "a person.\na mountain.", 0.3, False],
55
  ],
56
  inputs = [img, labels, threshold, bounding_box_selection],
57
  outputs = [fig],