Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|