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

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

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