Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from parrot import Parrot
|
3 |
import torch
|
4 |
import warnings
|
5 |
-
|
6 |
warnings.filterwarnings("ignore")
|
7 |
|
8 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
|
|
|
2 |
from parrot import Parrot
|
3 |
import torch
|
4 |
import warnings
|
|
|
5 |
warnings.filterwarnings("ignore")
|
6 |
|
7 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
|