Spaces:
Runtime error
Runtime error
add app
Browse files- app.py +6 -3
- assets/IMG_00057.png +0 -0
app.py
CHANGED
|
@@ -144,14 +144,17 @@ if __name__ == "__main__":
|
|
| 144 |
"How many camels are inside this image?",
|
| 145 |
],
|
| 146 |
[
|
| 147 |
-
"./assets/
|
| 148 |
-
"
|
| 149 |
],
|
| 150 |
[
|
| 151 |
"./assets/IMG_00012.png",
|
| 152 |
"How many apples are there?",
|
| 153 |
],
|
| 154 |
-
|
|
|
|
|
|
|
|
|
|
| 155 |
[
|
| 156 |
"./assets/IMG_00080.png",
|
| 157 |
"What is this and where is it from?",
|
|
|
|
| 144 |
"How many camels are inside this image?",
|
| 145 |
],
|
| 146 |
[
|
| 147 |
+
"./assets/IMG_00057.png",
|
| 148 |
+
"What's this image about?",
|
| 149 |
],
|
| 150 |
[
|
| 151 |
"./assets/IMG_00012.png",
|
| 152 |
"How many apples are there?",
|
| 153 |
],
|
| 154 |
+
[
|
| 155 |
+
"./assets/./IMG_00012.png",
|
| 156 |
+
"How many apples are there? Count them row by row.",
|
| 157 |
+
],
|
| 158 |
[
|
| 159 |
"./assets/IMG_00080.png",
|
| 160 |
"What is this and where is it from?",
|
assets/IMG_00057.png
ADDED
|