mshukor commited on
Commit
d85251f
1 Parent(s): 0d34e1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -486,7 +486,7 @@ examples = [
486
  ['examples/images/soccer.jpg', None, None, 'Image Captioning', None],
487
  # ['examples/images/woman_inblack.jpg', None, None, 'Visual Question Answering', 'what does the woman wearing black do?'],
488
  ['examples/images/banana.jpg', None, None, 'Visual Grounding', 'the detached banana'],
489
- ['examples/images/skateboard.jpg', None, None, 'General', 'which region does the text " a yellow bird " describe?'],
490
  ['examples/images/baseball.jpg', None, None, 'General', 'what is this sport?'],
491
  [None, None, 'examples/videos/video7014.mp4', 'Video Captioning', None],
492
  [None, None, 'examples/videos/video7017.mp4', 'Video Captioning', None],
 
486
  ['examples/images/soccer.jpg', None, None, 'Image Captioning', None],
487
  # ['examples/images/woman_inblack.jpg', None, None, 'Visual Question Answering', 'what does the woman wearing black do?'],
488
  ['examples/images/banana.jpg', None, None, 'Visual Grounding', 'the detached banana'],
489
+ ['examples/images/skateboard.jpg', None, None, 'Visual Grounding', 'which region does the text " a yellow bird " describe?'],
490
  ['examples/images/baseball.jpg', None, None, 'General', 'what is this sport?'],
491
  [None, None, 'examples/videos/video7014.mp4', 'Video Captioning', None],
492
  [None, None, 'examples/videos/video7017.mp4', 'Video Captioning', None],