pushkarraj commited on
Commit
5a150c9
·
1 Parent(s): f9bc862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def paraphraser(text):
33
  print(end-begin)
34
  return ("".join(x))
35
 
36
- interface=gr.Interface(fn=paraphraser,inputs="text",outputs=["text"],title="Paraphraser",description="A paraphrasing tool to kill quillbot")
37
  interface.launch()
 
33
  print(end-begin)
34
  return ("".join(x))
35
 
36
+ interface=gr.Interface(fn=paraphraser,inputs="text",outputs=["text"],title="Paraphraser",description="A paraphrasing tool")
37
  interface.launch()