merve HF staff commited on
Commit
7d1962c
β€’
1 Parent(s): 584bcdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -56,8 +56,9 @@ demo = gr.Interface(
56
  title="OWLv2 🀝 SAMv2",
57
  description=description,
58
  examples=[
59
- ["./bird.jpg", "bird", 0.15],
60
- ["./buddha.JPG", "buddha", 0.15],
 
61
 
62
  ],
63
  cache_examples=True
 
56
  title="OWLv2 🀝 SAMv2",
57
  description=description,
58
  examples=[
59
+ ["./bee.jpg", "bee", 0.15],
60
+ ["./buddha.JPG", "buddha statue", 0.15],
61
+ ["./toy_vessel.jpg", "toy vessel", 0.1],
62
 
63
  ],
64
  cache_examples=True