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")
|
@@ -19,7 +19,7 @@ from parrot import Parrot
|
|
19 |
import torch
|
20 |
import warnings
|
21 |
import nltk
|
22 |
-
|
23 |
#!pip install sentence-splitter
|
24 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
25 |
warnings.filterwarnings("ignore")
|
|
|
8 |
|
9 |
"""
|
10 |
|
11 |
+
install sentence-splitter
|
12 |
from parrot import Parrot
|
13 |
import warnings
|
14 |
warnings.filterwarnings("ignore")
|
|
|
19 |
import torch
|
20 |
import warnings
|
21 |
import nltk
|
22 |
+
|
23 |
#!pip install sentence-splitter
|
24 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
25 |
warnings.filterwarnings("ignore")
|