Spaces:
Runtime error
Runtime error
Commit
·
fa6261f
1
Parent(s):
dffc8e2
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ def paraphraser(text):
|
|
32 |
end=time.time()
|
33 |
return (".".join(x))
|
34 |
|
35 |
-
interface=gr.Interface(fn=paraphraser,inputs="text",outputs=["text"],title="Paraphraser",description="A paraphrasing tool
|
36 |
interface.launch()
|
|
|
32 |
end=time.time()
|
33 |
return (".".join(x))
|
34 |
|
35 |
+
interface=gr.Interface(fn=paraphraser,inputs="text",outputs=["text"],title="Paraphraser",description="A paraphrasing tool")
|
36 |
interface.launch()
|