Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,8 @@ gr.Interface(
|
|
| 117 |
label="grounding results"),
|
| 118 |
],
|
| 119 |
examples=[
|
| 120 |
-
["./
|
| 121 |
-
["./apples_six.jpg", "a green apple"],
|
|
|
|
| 122 |
],
|
| 123 |
).launch()
|
|
|
|
| 117 |
label="grounding results"),
|
| 118 |
],
|
| 119 |
examples=[
|
| 120 |
+
["./birds.png", "a goldfinch"],
|
| 121 |
+
["./apples_six.jpg", "a green apple"],
|
| 122 |
+
["./wines.jpg", "a coffee"],
|
| 123 |
],
|
| 124 |
).launch()
|