Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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()
|