Vaishakhh commited on
Commit
94c6209
·
1 Parent(s): b796bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- !pip install sentence-splitter
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")