jw2yang commited on
Commit
5ce420d
1 Parent(s): 7631966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ gr.Interface(
157
  ["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
158
  ["./donut.png", "a bread; a donut; some donuts"],
159
  ["./horse.png", "an image of horse; an image of cow; an image of dog"],
160
- ["./dog_and_cat.jfif", "a dog; a cat; dog and cat"]
161
  ],
162
  article=Path("docs/intro.md").read_text()
163
  ).launch()
 
157
  ["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
158
  ["./donut.png", "a bread; a donut; some donuts"],
159
  ["./horse.png", "an image of horse; an image of cow; an image of dog"],
160
+ ["./dog_and_cat.jfif", "a dog; a cat; dog and cat"],
161
  ],
162
  article=Path("docs/intro.md").read_text()
163
  ).launch()