sitammeur commited on
Commit
11141bc
·
verified ·
1 Parent(s): 1269ff0

Updated the examples for multilingual support

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "What color is the dog?"],
17
- ["images/bird.jpg", "What is the bird doing?"],
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