Update app.py
Browse files
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.
|
297 |
-
['examples/caption/baseball.
|
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"
|