Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,6 @@ LANG_CODES = {
|
|
| 33 |
"Malayalam": {"xlit": sanscript.MALAYALAM, "indictrans": "mal_Mlym"},
|
| 34 |
"Gujarati": {"xlit": sanscript.GUJARATI, "indictrans": "guj_Gujr"},
|
| 35 |
"Punjabi": {"xlit": sanscript.GURMUKHI, "indictrans": "pan_Guru"},
|
| 36 |
-
"Urdu": {"xlit": sanscript.URDU, "indictrans": "urd_Arab"},
|
| 37 |
"Marathi": {"xlit": sanscript.DEVANAGARI, "indictrans": "mar_Deva"}
|
| 38 |
}
|
| 39 |
|
|
|
|
| 33 |
"Malayalam": {"xlit": sanscript.MALAYALAM, "indictrans": "mal_Mlym"},
|
| 34 |
"Gujarati": {"xlit": sanscript.GUJARATI, "indictrans": "guj_Gujr"},
|
| 35 |
"Punjabi": {"xlit": sanscript.GURMUKHI, "indictrans": "pan_Guru"},
|
|
|
|
| 36 |
"Marathi": {"xlit": sanscript.DEVANAGARI, "indictrans": "mar_Deva"}
|
| 37 |
}
|
| 38 |
|