Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ description = "Ask anything about your Image with GPT-4o"
|
|
128 |
demo = gr.Interface(
|
129 |
fn=ask_image,
|
130 |
inputs=[gr.Text(label="Question"),gr.Image(label='',type='filepath')],
|
131 |
-
outputs=[gr.Markdown(label="Answer"
|
132 |
title = title,
|
133 |
description = description
|
134 |
)
|
|
|
128 |
demo = gr.Interface(
|
129 |
fn=ask_image,
|
130 |
inputs=[gr.Text(label="Question"),gr.Image(label='',type='filepath')],
|
131 |
+
outputs=[gr.Markdown(label="Answer")],
|
132 |
title = title,
|
133 |
description = description
|
134 |
)
|