Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def get_valid_epitran_mappings_list():
|
|
57 |
|
58 |
return filtered_mappings
|
59 |
|
60 |
-
|
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")
|