Spaces:
Runtime error
Runtime error
change exemplar images
Browse files
app.py
CHANGED
|
@@ -136,5 +136,8 @@ gr.Interface(
|
|
| 136 |
outputs=[
|
| 137 |
label,
|
| 138 |
],
|
| 139 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
| 140 |
).launch()
|
|
|
|
| 136 |
outputs=[
|
| 137 |
label,
|
| 138 |
],
|
| 139 |
+
examples=[
|
| 140 |
+
["./elephants.png", "an elephant; an elephant walking in the river; four elephants walking in the river"],
|
| 141 |
+
["./apple_with_ipod.jpg", "an ipod"; "an apple with a write note 'ipod'; an apple"],
|
| 142 |
+
],
|
| 143 |
).launch()
|