Fanwang Meng commited on
Commit
296163c
1 Parent(s): 6f95de9

Undo caching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ pandas_display_options = {
56
  }
57
 
58
 
59
- @st.cache_resource
60
  def generate_predictions(
61
  input_fname: str,
62
  sep: str = "\s+|\t+",
 
56
  }
57
 
58
 
59
+ # @st.cache_resource
60
  def generate_predictions(
61
  input_fname: str,
62
  sep: str = "\s+|\t+",