Spaces:
Running
Running
Irpan
commited on
Commit
•
087131a
1
Parent(s):
db445c5
done
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 4.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 4.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: ViLT VQA with FlanT5 and Translations
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -109,7 +109,7 @@ examples = [
|
|
109 |
["monkeys.jpg", "What are the monkeys doing in French?"],
|
110 |
["apple.jpg", "Qu'est-ce que c'est dans ma main en anglais?"],
|
111 |
["monkeys.jpg", "In Chinese, tell me how many monkeys are here?"],
|
112 |
-
["apple.jpg", "What color is this
|
113 |
]
|
114 |
|
115 |
title = "Cross-lingual VQA"
|
|
|
109 |
["monkeys.jpg", "What are the monkeys doing in French?"],
|
110 |
["apple.jpg", "Qu'est-ce que c'est dans ma main en anglais?"],
|
111 |
["monkeys.jpg", "In Chinese, tell me how many monkeys are here?"],
|
112 |
+
["apple.jpg", "What color is this fruit? Uyghur."]
|
113 |
]
|
114 |
|
115 |
title = "Cross-lingual VQA"
|