jw2yang commited on
Commit
ee22f10
1 Parent(s): 727ca27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ["/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()
 
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()