navyaparesh commited on
Commit
0b46c8a
·
verified ·
1 Parent(s): 70d0de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -22
app.py CHANGED
@@ -12,29 +12,9 @@ import spaces
12
  import nemo.collections.asr as nemo_asr
13
 
14
  LANGUAGE_NAME_TO_CODE = {
15
-
16
- "Assamese": "as",
17
- "Bengali": "bn",
18
- "Bodo": "br",
19
- "Dogri": "doi",
20
- "Gujarati": "gu",
21
  "Hindi": "hi",
22
- "Kannada": "kn",
23
- "Kashmiri": "ks",
24
- "Konkani": "kok",
25
- "Maithili": "mai",
26
- "Malayalam": "ml",
27
- "Manipuri": "mni",
28
- "Marathi": "mr",
29
- "Nepali": "ne",
30
- "Odia": "or",
31
- "Punjabi": "pa",
32
- "Sanskrit": "sa",
33
- "Santali": "sat",
34
- "Sindhi": "sd",
35
- "Tamil": "ta",
36
- "Telugu": "te",
37
- "Urdu": "ur"
38
  }
39
 
40
 
 
12
  import nemo.collections.asr as nemo_asr
13
 
14
  LANGUAGE_NAME_TO_CODE = {
15
+
 
 
 
 
 
16
  "Hindi": "hi",
17
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
 
20