adejumobi commited on
Commit
cbc85aa
1 Parent(s): 14e342e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: