Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from parrot import Parrot
|
|
14 |
import torch
|
15 |
import warnings
|
16 |
import nltk
|
17 |
-
|
18 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
19 |
warnings.filterwarnings("ignore")
|
20 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
|
|
|
14 |
import torch
|
15 |
import warnings
|
16 |
import nltk
|
17 |
+
#!pip install sentence-splitter
|
18 |
from sentence_splitter import SentenceSplitter, split_text_into_sentences
|
19 |
warnings.filterwarnings("ignore")
|
20 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
|