shivanshu292001 commited on
Commit
225d030
·
1 Parent(s): a1f52e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[gr.outputs.Textbox(label="Generated Blog")],
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
  css="footer {visibility: hidden}")
21
  iface.launch()