Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,6 @@ gr.Interface(
|
|
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
|
142 |
],
|
143 |
).launch()
|
|
|
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()
|