FahadAlam commited on
Commit
6fcfb1e
·
1 Parent(s): b8dd96a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)