luodian commited on
Commit
f494cce
1 Parent(s): 2d92f1b
Files changed (2) hide show
  1. app.py +6 -3
  2. 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/IMG_00095.png",
148
- "How many people are inside this image?",
149
  ],
150
  [
151
  "./assets/IMG_00012.png",
152
  "How many apples are there?",
153
  ],
154
- # ["./assets/./IMG_00012.png", "How many apples are there? Count them row by row."],
 
 
 
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