Spaces:
Runtime error
Runtime error
Update image and text inputs in app.py
Browse files- app.py +4 -4
- assets/IMG_00040.png +0 -0
- assets/IMG_00041.png +0 -0
- assets/IMG_00096.png +0 -0
app.py
CHANGED
|
@@ -152,8 +152,8 @@ if __name__ == "__main__":
|
|
| 152 |
"What's this image about?",
|
| 153 |
],
|
| 154 |
[
|
| 155 |
-
"./assets/
|
| 156 |
-
"
|
| 157 |
],
|
| 158 |
[
|
| 159 |
"./assets/./IMG_00012.png",
|
|
@@ -164,8 +164,8 @@ if __name__ == "__main__":
|
|
| 164 |
"What is this and where is it from?",
|
| 165 |
],
|
| 166 |
[
|
| 167 |
-
"./assets/
|
| 168 |
-
"What
|
| 169 |
],
|
| 170 |
],
|
| 171 |
inputs=[image_input, text_input],
|
|
|
|
| 152 |
"What's this image about?",
|
| 153 |
],
|
| 154 |
[
|
| 155 |
+
"./assets/IMG_00040.png",
|
| 156 |
+
"What are the scene texts in this image?",
|
| 157 |
],
|
| 158 |
[
|
| 159 |
"./assets/./IMG_00012.png",
|
|
|
|
| 164 |
"What is this and where is it from?",
|
| 165 |
],
|
| 166 |
[
|
| 167 |
+
"./assets/IMG_00041.png",
|
| 168 |
+
"What are the scene texts in this image?",
|
| 169 |
],
|
| 170 |
],
|
| 171 |
inputs=[image_input, text_input],
|
assets/IMG_00040.png
ADDED
|
assets/IMG_00041.png
ADDED
|
assets/IMG_00096.png
ADDED
|