Spaces:
Runtime error
Runtime error
[Santali - from sat_Olck to sat_Beng] Revert to old script code
Browse filesThe updated script code (Olck) is not working with the app (taking double time and is giving no input), maybe because of the old model used. I think by updating to newer model may solve this issue for Santali langauge. I have put an issue here: https://github.com/facebookresearch/flores/issues/52 and they also updated the script code here: https://github.com/facebookresearch/fairseq/pull/4576 . In order to work with this old model here, I have reverted the code from "sat_Olck" to "sat_Beng".
langs.py
CHANGED
@@ -148,7 +148,7 @@ LANGS = [
|
|
148 |
"rus_Cyrl",
|
149 |
"sag_Latn",
|
150 |
"san_Deva",
|
151 |
-
"
|
152 |
"scn_Latn",
|
153 |
"shn_Mymr",
|
154 |
"sin_Sinh",
|
|
|
148 |
"rus_Cyrl",
|
149 |
"sag_Latn",
|
150 |
"san_Deva",
|
151 |
+
"sat_Beng",
|
152 |
"scn_Latn",
|
153 |
"shn_Mymr",
|
154 |
"sin_Sinh",
|