cdleong commited on
Commit
9e0dedf
·
1 Parent(s): aa00be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def get_valid_epitran_mappings_list():
57
 
58
  return filtered_mappings
59
 
60
- @st.cache
61
  def get_epitran(selected_mapping):
62
  if selected_mapping == "cmn-Hans":
63
  # st.info("Chinese requires a special dictionary. Downloading now")
 
57
 
58
  return filtered_mappings
59
 
60
+ #@st.cache epitran is an Unhashable Type
61
  def get_epitran(selected_mapping):
62
  if selected_mapping == "cmn-Hans":
63
  # st.info("Chinese requires a special dictionary. Downloading now")