Spaces:
Runtime error
Runtime error
Commit
·
5a150c9
1
Parent(s):
f9bc862
Update app.py
Browse files
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
|
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()
|