Spaces:
Runtime error
Runtime error
Penghao Wu
commited on
Commit
·
0451407
1
Parent(s):
fd62037
reduce example number
Browse files
app.py
CHANGED
@@ -64,10 +64,6 @@ examples = [
|
|
64 |
"Based on the exact content of the flag on the roof, what can we know about its owner?",
|
65 |
"./assets/example_images/flag.JPG",
|
66 |
],
|
67 |
-
[
|
68 |
-
"What is the logo on that bag of bottles carried by the man?",
|
69 |
-
"./assets/example_images/bag_of_bottle.jpeg",
|
70 |
-
],
|
71 |
[
|
72 |
"At which conference did someone get that black mug?",
|
73 |
"./assets/example_images/blackmug.JPG",
|
@@ -76,26 +72,10 @@ examples = [
|
|
76 |
"Where to buy a mug like this based on its logo?",
|
77 |
"./assets/example_images/desktop.webp",
|
78 |
],
|
79 |
-
[
|
80 |
-
"Which company does that little doll belong to?",
|
81 |
-
"./assets/example_images/doll.JPG",
|
82 |
-
],
|
83 |
-
[
|
84 |
-
"What is the instrument held by an ape?",
|
85 |
-
"./assets/example_images/instrument.webp",
|
86 |
-
],
|
87 |
[
|
88 |
"What color is the liquid in the glass?",
|
89 |
"./assets/example_images/animate_glass.jpg",
|
90 |
],
|
91 |
-
[
|
92 |
-
"Tell me the number of that player who is shooting.",
|
93 |
-
"./assets/example_images/nba.png",
|
94 |
-
],
|
95 |
-
[
|
96 |
-
"From the information on the black framed board, how long do we have to wait in line for this attraction?",
|
97 |
-
"./assets/example_images/queue_time.jpg",
|
98 |
-
],
|
99 |
[
|
100 |
"What animal is drawn on that red signicade?",
|
101 |
"./assets/example_images/signicade.JPG",
|
|
|
64 |
"Based on the exact content of the flag on the roof, what can we know about its owner?",
|
65 |
"./assets/example_images/flag.JPG",
|
66 |
],
|
|
|
|
|
|
|
|
|
67 |
[
|
68 |
"At which conference did someone get that black mug?",
|
69 |
"./assets/example_images/blackmug.JPG",
|
|
|
72 |
"Where to buy a mug like this based on its logo?",
|
73 |
"./assets/example_images/desktop.webp",
|
74 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
[
|
76 |
"What color is the liquid in the glass?",
|
77 |
"./assets/example_images/animate_glass.jpg",
|
78 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
[
|
80 |
"What animal is drawn on that red signicade?",
|
81 |
"./assets/example_images/signicade.JPG",
|