Vaishakhh commited on
Commit
4bca5b5
·
1 Parent(s): 3c2fc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -8,17 +8,12 @@ Original file is located at
8
 
9
  """
10
 
11
- install huggingface_hub
12
- huggingface-cli login
13
 
14
  from parrot import Parrot
15
  import warnings
16
  warnings.filterwarnings("ignore")
17
 
18
- from huggingface_hub import notebook_login
19
- notebook_login()
20
-
21
- parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
22
  import os
23
  from parrot import Parrot
24
  import torch
 
8
 
9
  """
10
 
 
 
11
 
12
  from parrot import Parrot
13
  import warnings
14
  warnings.filterwarnings("ignore")
15
 
16
+ #parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
 
 
 
17
  import os
18
  from parrot import Parrot
19
  import torch