Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,9 @@ import seaborn as sns
|
|
20 |
import ast
|
21 |
|
22 |
|
|
|
|
|
|
|
23 |
# Load the model
|
24 |
def load_model():
|
25 |
with open('random_forest_model.pkl', 'rb') as file:
|
|
|
20 |
import ast
|
21 |
|
22 |
|
23 |
+
nltk.download('stopwords')
|
24 |
+
nltk.download('wordnet')
|
25 |
+
|
26 |
# Load the model
|
27 |
def load_model():
|
28 |
with open('random_forest_model.pkl', 'rb') as file:
|