Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,4 @@ def paraphraser(input_text,num_return_sequences=1):
|
|
32 |
|
33 |
return paraphrased_text
|
34 |
|
35 |
-
|
36 |
-
paraphraseUI.launch(inbrowser=True, share=True)
|
|
|
32 |
|
33 |
return paraphrased_text
|
34 |
|
35 |
+
gr.Interface(fn=paraphraser, inputs='textbox', outputs='text', title="ParaPhraser", theme='dark')
|
|