rachman commited on
Commit
7b832e6
·
verified ·
1 Parent(s): 54842bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import nltk
11
 
12
  # Download the stopwords resource
13
  nltk.download('stopwords')
 
14
 
15
  # Load the trained model
16
  model = load_model('model.keras')
 
11
 
12
  # Download the stopwords resource
13
  nltk.download('stopwords')
14
+ nltk.download('punkt')
15
 
16
  # Load the trained model
17
  model = load_model('model.keras')