jw2yang commited on
Commit
966e6d7
1 Parent(s): b44ba55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -117,7 +117,8 @@ gr.Interface(
117
  label="grounding results"),
118
  ],
119
  examples=[
120
- ["./elephants.png", "an elephant"],
121
- ["./apples_six.jpg", "a green apple"],
 
122
  ],
123
  ).launch()
 
117
  label="grounding results"),
118
  ],
119
  examples=[
120
+ ["./birds.png", "a goldfinch"],
121
+ ["./apples_six.jpg", "a green apple"],
122
+ ["./wines.jpg", "a coffee"],
123
  ],
124
  ).launch()