StKirill commited on
Commit
784362f
·
verified ·
1 Parent(s): 51d0ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ import gradio as gr
25
  import time
26
  nltk.download('omw-1.4') #this is for the .apply() function to work
27
  nltk.download('punkt')
28
- nltk.download('averaged_perceptron_tagger')
29
  nltk.download('wordnet')
30
  nltk.download('stopwords')
31
 
 
25
  import time
26
  nltk.download('omw-1.4') #this is for the .apply() function to work
27
  nltk.download('punkt')
28
+ # nltk.download('averaged_perceptron_tagger')
29
  nltk.download('wordnet')
30
  nltk.download('stopwords')
31