Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
download nltk
Browse filesSigned-off-by: peter szemraj <[email protected]>
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("
|
| 38 |
|
| 39 |
|
| 40 |
MODEL_OPTIONS = [
|
|
|
|
| 34 |
|
| 35 |
_here = Path(__file__).parent
|
| 36 |
|
| 37 |
+
nltk.download("popular", quiet=True)
|
| 38 |
|
| 39 |
|
| 40 |
MODEL_OPTIONS = [
|