Spaces:
Runtime error
Runtime error
Update app.py
#1
by
jaimin
- opened
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(fn=blog_gen,
|
|
28 |
gr.inputs.Textbox(
|
29 |
lines=2, placeholder=None, label='Sentence'),
|
30 |
],
|
31 |
-
outputs=
|
32 |
iface.launch()
|
33 |
|
34 |
|
|
|
28 |
gr.inputs.Textbox(
|
29 |
lines=2, placeholder=None, label='Sentence'),
|
30 |
],
|
31 |
+
outputs="text")
|
32 |
iface.launch()
|
33 |
|
34 |
|