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