Spaces:
Runtime error
Runtime error
add punkt
Browse filesSigned-off-by: peter szemraj <[email protected]>
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 = [
|