jw2yang commited on
Commit
b73eec5
1 Parent(s): 8dd3042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ 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
- ["./donuts.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; a number of donuts"],
158
  ],
159
  article=Path("docs/intro.md").read_text()
160
  ).launch()