Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def get_fun(txt):
|
|
81 |
txt_paraphrase=txt_paraphrase+' '+tmp
|
82 |
return txt_paraphrase
|
83 |
|
84 |
-
iface = gr.Interface(fn=get_fun, inputs="text", outputs="text", title = " Ai Re-Phraser
|
85 |
iface.launch(inline=False)
|
86 |
|
87 |
"""# New Section"""
|
|
|
81 |
txt_paraphrase=txt_paraphrase+' '+tmp
|
82 |
return txt_paraphrase
|
83 |
|
84 |
+
iface = gr.Interface(fn=get_fun, inputs="text", outputs="text", title = " Ai Re-Phraser Q'Hackday")
|
85 |
iface.launch(inline=False)
|
86 |
|
87 |
"""# New Section"""
|