MihaiHuggingFace commited on
Commit
725ca4d
·
verified ·
1 Parent(s): ddbcd26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -11,11 +11,11 @@ LANG_CODES = {
11
  "Italian":"it",
12
  "German":"de",
13
  "Portugese":"pt",
14
- "French":"fr"
15
- "Dutch":"nl"
16
- "Chinese":"zh"
17
- "Japanese":"ja"
18
- "Korean":"ko"
19
  "Russian":"ru"
20
  }
21
 
 
11
  "Italian":"it",
12
  "German":"de",
13
  "Portugese":"pt",
14
+ "French":"fr",
15
+ "Dutch":"nl",
16
+ "Chinese":"zh",
17
+ "Japanese":"ja",
18
+ "Korean":"ko",
19
  "Russian":"ru"
20
  }
21