zdou0830 commited on
Commit
d56ec3c
1 Parent(s): 1be2a71
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ gr.Interface(
87
  examples=[
88
  ["./1.jpg", "A clown making a balloon animal for a pretty lady.", "clown"],
89
  ["./1.jpg", "A clown kicking a soccer ball for a pretty lady.", "clown"],
90
- ["./2.jpg", "A kind of tool, wooden handle with a round head.", "tool"]
91
  ["./3.jpg", "Bumblebee, yellow with black accents.", "Bumblebee"],
92
  ],
93
  article=Path("docs/intro.md").read_text()
 
87
  examples=[
88
  ["./1.jpg", "A clown making a balloon animal for a pretty lady.", "clown"],
89
  ["./1.jpg", "A clown kicking a soccer ball for a pretty lady.", "clown"],
90
+ ["./2.jpg", "A kind of tool, wooden handle with a round head.", "tool"],
91
  ["./3.jpg", "Bumblebee, yellow with black accents.", "Bumblebee"],
92
  ],
93
  article=Path("docs/intro.md").read_text()