jw2yang commited on
Commit
2e5ae21
1 Parent(s): b73eec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ gr.Interface(
154
  ["./elephants.png", "an elephant; an elephant walking in the river; four elephants walking in the river"],
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; a number of donuts"],
 
158
  ],
159
  article=Path("docs/intro.md").read_text()
160
  ).launch()
 
154
  ["./elephants.png", "an elephant; an elephant walking in the river; four elephants walking in the river"],
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()