Files changed (1) hide show
  1. app.py +1 -1
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=[gr.outputs.JSON(label=None)])
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