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