Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def loadPickle(filename):
|
|
| 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")
|
|
|
|
| 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")
|