Spaces:
Runtime error
Runtime error
Commit
·
3f7dee2
1
Parent(s):
08b53d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ login(token=os.environ["HUGGINGFACE_TOKEN"])
|
|
| 9 |
demo_imgs = [
|
| 10 |
["images/chinchilla_web-1024x683.jpg", "images/shiba-inu-dog-in-the-snow.jpg"],
|
| 11 |
["images/4645808729_2dfc59b6a5_z.jpg", "images/5944609705_4664531909_z.jpg"],
|
| 12 |
-
["images/
|
| 13 |
[
|
| 14 |
"images/bcee7a-20190225-a-london-underground-sign.jpg",
|
| 15 |
"images/istockphoto-622434332-1024x1024.jpg",
|
|
@@ -27,7 +27,7 @@ demo_texts = [
|
|
| 27 |
"Output: a lavish reception room with black and white tiled floor.",
|
| 28 |
],
|
| 29 |
[
|
| 30 |
-
"Question: Describe the scene. Answer: A
|
| 31 |
"Question: What is the man trying to catch? Answer: The man is catching a white kite that his friend is flying. The two men are on a beach.",
|
| 32 |
],
|
| 33 |
['Output: "Underground"', 'Output: "Congress Ave"'],
|
|
|
|
| 9 |
demo_imgs = [
|
| 10 |
["images/chinchilla_web-1024x683.jpg", "images/shiba-inu-dog-in-the-snow.jpg"],
|
| 11 |
["images/4645808729_2dfc59b6a5_z.jpg", "images/5944609705_4664531909_z.jpg"],
|
| 12 |
+
["images/COCO_train2014_000000572279.jpg", "images/COCO_train2014_000000194806.jpg"],
|
| 13 |
[
|
| 14 |
"images/bcee7a-20190225-a-london-underground-sign.jpg",
|
| 15 |
"images/istockphoto-622434332-1024x1024.jpg",
|
|
|
|
| 27 |
"Output: a lavish reception room with black and white tiled floor.",
|
| 28 |
],
|
| 29 |
[
|
| 30 |
+
"Question: Describe the scene. Answer: A white airplane being repaired on the runway. 'Cargo' is written on it in red."
|
| 31 |
"Question: What is the man trying to catch? Answer: The man is catching a white kite that his friend is flying. The two men are on a beach.",
|
| 32 |
],
|
| 33 |
['Output: "Underground"', 'Output: "Congress Ave"'],
|