Spaces:
Runtime error
Runtime error
Commit
·
3912ce6
1
Parent(s):
225d030
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,5 @@ iface = gr.Interface(fn=blog_gen,
|
|
16 |
gr.inputs.Textbox(
|
17 |
lines=2, placeholder=None, label='Sentence'),
|
18 |
],
|
19 |
-
outputs=[gr.outputs.JSON(label=None)]
|
20 |
-
css="footer {visibility: hidden}")
|
21 |
iface.launch()
|
|
|
16 |
gr.inputs.Textbox(
|
17 |
lines=2, placeholder=None, label='Sentence'),
|
18 |
],
|
19 |
+
outputs=[gr.outputs.JSON(label=None)])
|
|
|
20 |
iface.launch()
|