Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,9 @@ demo = gr.Interface(
|
|
56 |
title="OWLv2 π€ SAMv2",
|
57 |
description=description,
|
58 |
examples=[
|
59 |
-
["./
|
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
|