gzomer commited on
Commit
2cc278d
1 Parent(s): 2c0329e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 odcs'),
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: