WebashalarForML commited on
Commit
e076485
·
verified ·
1 Parent(s): 57186bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -21,6 +21,9 @@ import asyncio
21
  import nltk
22
  nltk.download('punkt_tab')
23
 
 
 
 
24
  app = Flask(__name__)
25
 
26
  # Set the secret key for session management
 
21
  import nltk
22
  nltk.download('punkt_tab')
23
 
24
+ import nltk
25
+ nltk.download('averaged_perceptron_tagger_eng')
26
+
27
  app = Flask(__name__)
28
 
29
  # Set the secret key for session management