Vaishakhh commited on
Commit
1dd6e7f
1 Parent(s): d5e2292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -5,13 +5,15 @@ Automatically generated by Colaboratory.
5
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/18bvmXQqMIkk7G0gY_1dUolI08RK6Ajrf
 
8
  """
 
 
9
  from parrot import Parrot
10
  import warnings
11
 
12
  warnings.filterwarnings("ignore")
13
 
14
-
15
  parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
16
  import os
17
  from parrot import Parrot
 
5
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/18bvmXQqMIkk7G0gY_1dUolI08RK6Ajrf
8
+
9
  """
10
+ huggingface-cli login
11
+
12
  from parrot import Parrot
13
  import warnings
14
 
15
  warnings.filterwarnings("ignore")
16
 
 
17
  parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
18
  import os
19
  from parrot import Parrot