Update app.py
Browse files
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 |
-
|
| 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
|