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

Update app.py

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