Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ gr.Interface(
|
|
155 |
["./apple_with_ipod.jpg", "an ipod; an apple with a write note 'ipod'; an apple"],
|
156 |
["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
|
157 |
["./donut.png", "a bread; a donut; some donuts"],
|
158 |
-
["
|
159 |
],
|
160 |
article=Path("docs/intro.md").read_text()
|
161 |
).launch()
|
|
|
155 |
["./apple_with_ipod.jpg", "an ipod; an apple with a write note 'ipod'; an apple"],
|
156 |
["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
|
157 |
["./donut.png", "a bread; a donut; some donuts"],
|
158 |
+
["./horse.png", "an image of horse; an image of cow; an image of dog"],
|
159 |
],
|
160 |
article=Path("docs/intro.md").read_text()
|
161 |
).launch()
|