liyaoshi commited on
Commit
10f8c23
·
verified ·
1 Parent(s): c7b46d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",lines=3)],
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
  )