cdleong commited on
Commit
f18f4cb
1 Parent(s): 67938d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_lang_description_from_mapping_name(string_to_check):
36
  description = description + " (reduced)"
37
  return description
38
 
39
- @st.cache
40
  def get_valid_epitran_mappings_list():
41
  map_path = Path(epitran.__path__[0]) / "data" / "map"
42
  map_files = map_path.glob("*.*")
 
36
  description = description + " (reduced)"
37
  return description
38
 
39
+ #@st.cache
40
  def get_valid_epitran_mappings_list():
41
  map_path = Path(epitran.__path__[0]) / "data" / "map"
42
  map_files = map_path.glob("*.*")