Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def get_valid_epitran_mappings_list():
|
|
59 |
'kaz-Cyrl-bab'] # https://github.com/dmort27/epitran/issues/98
|
60 |
filtered_mappings = [mapping for mapping in valid_mappings if mapping not in problem_mappings]
|
61 |
|
62 |
-
return
|
63 |
|
64 |
|
65 |
if __name__ == "__main__":
|
|
|
59 |
'kaz-Cyrl-bab'] # https://github.com/dmort27/epitran/issues/98
|
60 |
filtered_mappings = [mapping for mapping in valid_mappings if mapping not in problem_mappings]
|
61 |
|
62 |
+
return filtered_mappings
|
63 |
|
64 |
|
65 |
if __name__ == "__main__":
|