EdBianchi commited on
Commit
4a9e595
·
1 Parent(s): 9b0d231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def loadPickle(filename):
37
  file = pickle.load(open(filename, 'rb'))
38
  return file
39
 
40
- @st.cache(persist=True)
41
  with st.spinner('Loading the models, this could take some time...'):
42
  nltk.download('punkt')
43
  normalizer = importModel("normalizerD2V.joblib")
 
37
  file = pickle.load(open(filename, 'rb'))
38
  return file
39
 
40
+
41
  with st.spinner('Loading the models, this could take some time...'):
42
  nltk.download('punkt')
43
  normalizer = importModel("normalizerD2V.joblib")