Spaces:
Runtime error
Runtime error
Commit
·
c17cd7b
1
Parent(s):
3f6e731
Update app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,6 @@ 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 |
iface.launch()
|
|
|
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()
|