Spaces:
Running
Running
Irpan
commited on
Commit
•
ea5126d
1
Parent(s):
a1f1879
edits
Browse files
app.py
CHANGED
@@ -108,15 +108,17 @@ answer = gr.Textbox(label="Predicted answer")
|
|
108 |
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
|
112 |
-
["apple.jpg", "What color is this fruit?
|
113 |
]
|
114 |
|
115 |
title = "Cross-lingual VQA"
|
116 |
description = """
|
117 |
Visual Question Answering (VQA) across Languages
|
118 |
|
119 |
-
Input an image and question regarding the image
|
|
|
|
|
120 |
|
121 |
"""
|
122 |
article = """
|
|
|
108 |
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 Uyghur, tell me how many monkeys are here?"],
|
112 |
+
["apple.jpg", "What color is this fruit? Chinese."]
|
113 |
]
|
114 |
|
115 |
title = "Cross-lingual VQA"
|
116 |
description = """
|
117 |
Visual Question Answering (VQA) across Languages
|
118 |
|
119 |
+
Input an image and ask a question regarding the image.
|
120 |
+
|
121 |
+
Click on the examples below to see sample inputs and outputs.
|
122 |
|
123 |
"""
|
124 |
article = """
|