Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ examples = [
|
|
48 |
('urdu','کتب خانہ','library'),
|
49 |
('georgian','ლამაზი მანქანები','nice cars'),
|
50 |
('german','schöne Blumen','nice flowers'),
|
51 |
-
('french','les gens en vacances','people vacations'),
|
52 |
-
('spanish','gatos y perros','cats and
|
53 |
('english','people having fun', None),
|
54 |
]
|
55 |
for example in examples:
|
|
|
48 |
('urdu','کتب خانہ','library'),
|
49 |
('georgian','ლამაზი მანქანები','nice cars'),
|
50 |
('german','schöne Blumen','nice flowers'),
|
51 |
+
('french','les gens en vacances','people on vacations'),
|
52 |
+
('spanish','gatos y perros','cats and dogs'),
|
53 |
('english','people having fun', None),
|
54 |
]
|
55 |
for example in examples:
|