Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ examples = [
|
|
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"
|
|
|
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"
|