Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import time
|
|
| 3 |
from huggingface_hub import from_pretrained_fastai
|
| 4 |
import gensim
|
| 5 |
import nltk
|
| 6 |
-
|
| 7 |
from nltk.tokenize import sent_tokenize
|
| 8 |
container_main = st.container()
|
| 9 |
container_summarization = st.container()
|
|
|
|
| 3 |
from huggingface_hub import from_pretrained_fastai
|
| 4 |
import gensim
|
| 5 |
import nltk
|
| 6 |
+
nltk.download('punkt')
|
| 7 |
from nltk.tokenize import sent_tokenize
|
| 8 |
container_main = st.container()
|
| 9 |
container_summarization = st.container()
|