Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ def get_parapharse(phrase):
|
|
14 |
return total_list_phrae
|
15 |
|
16 |
iface = gr.Interface(get_parapharse,inputs="text",outputs="text",title='Paraphrase Prodigy',theme = "dark-peach",examples=["what is your favourite movies?","What is your favourite color?"], description="The Ultimate Writing Companion:Say goodbye to writer's block and hello to seamless content creation! ")
|
17 |
-
iface.launch(inline=
|
|
|
14 |
return total_list_phrae
|
15 |
|
16 |
iface = gr.Interface(get_parapharse,inputs="text",outputs="text",title='Paraphrase Prodigy',theme = "dark-peach",examples=["what is your favourite movies?","What is your favourite color?"], description="The Ultimate Writing Companion:Say goodbye to writer's block and hello to seamless content creation! ")
|
17 |
+
iface.launch(inline=False)
|