MihaiHuggingFace commited on
Commit
4307124
·
verified ·
1 Parent(s): 632d4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -6,11 +6,11 @@ device = "cuda:0" if torch.cuda.is_available() else "cpu"
6
 
7
  LANG_CODES = {
8
  "English":"en",
9
- "Romanian":"ro"
10
- "Spanish":"es"
11
- "Italian":"it"
12
- "German":"de"
13
- "Portugese":"pt"
14
  "French":"fr"
15
  }
16
 
 
6
 
7
  LANG_CODES = {
8
  "English":"en",
9
+ "Romanian":"ro",
10
+ "Spanish":"es",
11
+ "Italian":"it",
12
+ "German":"de",
13
+ "Portugese":"pt",
14
  "French":"fr"
15
  }
16