Spaces:
Runtime error
Runtime error
Updated the examples for multilingual support
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ answer = gr.Textbox(label="Predicted answer")
|
|
13 |
# Examples for the interface
|
14 |
examples = [
|
15 |
["images/cat.jpg", "How many cats are there?"],
|
16 |
-
["images/dog.jpg", "
|
17 |
-
["images/bird.jpg", "
|
18 |
]
|
19 |
|
20 |
# Title, description, and article for the interface
|
|
|
13 |
# Examples for the interface
|
14 |
examples = [
|
15 |
["images/cat.jpg", "How many cats are there?"],
|
16 |
+
["images/dog.jpg", "¿De qué color es el perro?"],
|
17 |
+
["images/bird.jpg", "Que fait l'oiseau ?"],
|
18 |
]
|
19 |
|
20 |
# Title, description, and article for the interface
|