merve HF staff commited on
Commit
d80f487
β€’
1 Parent(s): 51fac14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,9 +56,8 @@ demo = gr.Interface(
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
 
56
  title="OWLv2 🀝 SAMv2",
57
  description=description,
58
  examples=[
 
59
  ["./buddha.JPG", "buddha statue", 0.15],
60
+ ["./toy_vessel.jpg", "toy sailboat", 0.15],
61
 
62
  ],
63
  cache_examples=True