Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def get_valid_epitran_mappings_list():
|
|
83 |
description = get_lang_description_from_mapping_name(selected_mapping)
|
84 |
st.write(f"Selected input language/script: {description}")
|
85 |
|
86 |
-
st.info("attempting to instantiate
|
87 |
|
88 |
if selected_mapping == "cmn-Hans":
|
89 |
st.info("Chinese requires a special dictionary. Downloading now")
|
|
|
83 |
description = get_lang_description_from_mapping_name(selected_mapping)
|
84 |
st.write(f"Selected input language/script: {description}")
|
85 |
|
86 |
+
st.info("attempting to instantiate Epitran for your language/script")
|
87 |
|
88 |
if selected_mapping == "cmn-Hans":
|
89 |
st.info("Chinese requires a special dictionary. Downloading now")
|