cdleong commited on
Commit
73db0ba
·
1 Parent(s): 5105682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 epitran transliterator for your language/script"))
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")