Docfile commited on
Commit
456d1eb
·
verified ·
1 Parent(s): 82357eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ markdown = r"""
18
  e
19
  """.format(e)
20
  # Interface Gradio
21
- iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Image(type='pil'))
22
 
23
  iface.launch()
 
18
  e
19
  """.format(e)
20
  # Interface Gradio
21
+ iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs="text")
22
 
23
  iface.launch()