Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ Original file is located at
|
|
8 |
|
9 |
"""
|
10 |
|
11 |
-
import SentenceSplitter, split_text_into_sentences
|
12 |
from parrot import Parrot
|
13 |
import warnings
|
14 |
warnings.filterwarnings("ignore")
|
|
|
8 |
|
9 |
"""
|
10 |
|
11 |
+
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
12 |
from parrot import Parrot
|
13 |
import warnings
|
14 |
warnings.filterwarnings("ignore")
|