Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ from parrot import Parrot
|
|
19 |
import torch
|
20 |
import warnings
|
21 |
import nltk
|
|
|
22 |
#!pip install sentence-splitter
|
23 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
24 |
warnings.filterwarnings("ignore")
|
|
|
19 |
import torch
|
20 |
import warnings
|
21 |
import nltk
|
22 |
+
!pip install sentence-splitter
|
23 |
#!pip install sentence-splitter
|
24 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
25 |
warnings.filterwarnings("ignore")
|