Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def get_valid_epitran_mappings_list():
|
|
| 54 |
'vie-Latn-ce',
|
| 55 |
'vie-Latn-no',
|
| 56 |
'kaz-Cyrl-bab'] # https://github.com/dmort27/epitran/issues/98
|
| 57 |
-
filtered_mappings = [mapping for mapping in
|
| 58 |
|
| 59 |
return valid_mappings
|
| 60 |
|
|
|
|
| 54 |
'vie-Latn-ce',
|
| 55 |
'vie-Latn-no',
|
| 56 |
'kaz-Cyrl-bab'] # https://github.com/dmort27/epitran/issues/98
|
| 57 |
+
filtered_mappings = [mapping for mapping in valid_mappings if mapping not in problem_mappings]
|
| 58 |
|
| 59 |
return valid_mappings
|
| 60 |
|