pszemraj commited on
Commit
e1bc811
·
1 Parent(s): 471b053

download nltk

Browse files

Signed-off-by: peter szemraj <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ from utils import load_example_filenames, saves_summary, truncate_word_count
34
 
35
  _here = Path(__file__).parent
36
 
37
- nltk.download("stopwords", quiet=True)
38
 
39
 
40
  MODEL_OPTIONS = [
 
34
 
35
  _here = Path(__file__).parent
36
 
37
+ nltk.download("popular", quiet=True)
38
 
39
 
40
  MODEL_OPTIONS = [