mshukor commited on
Commit
167d17a
1 Parent(s): a8b4dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,8 +293,8 @@ examples = [
293
  # ['examples/caption/soccer.jpg', 'Image Captioning', None],
294
  # ['examples/sheep.jpg', 'Visual Question Answering', 'where are the cats?'],
295
  # ['examples/one_piece.jpeg', 'Visual Grounding', 'a man in a straw hat and a red dress'],
296
- ['examples/caption/skateboard.jpeg', 'General', 'which region does the text " a grey car " describe?'],
297
- ['examples/caption/baseball.jpeg', 'General', 'what color is the left car?']
298
  ]
299
 
300
  title = "UnIVAL"
 
293
  # ['examples/caption/soccer.jpg', 'Image Captioning', None],
294
  # ['examples/sheep.jpg', 'Visual Question Answering', 'where are the cats?'],
295
  # ['examples/one_piece.jpeg', 'Visual Grounding', 'a man in a straw hat and a red dress'],
296
+ ['examples/caption/skateboard.jpg', 'General', 'which region does the text " a grey car " describe?'],
297
+ ['examples/caption/baseball.jpg', 'General', 'what color is the left car?']
298
  ]
299
 
300
  title = "UnIVAL"