Update app.py
Browse files
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, '
|
| 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],
|