ManishThota commited on
Commit
9a64a7c
·
verified ·
1 Parent(s): e4a1586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  fn=gradio_predict,
30
  inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
31
  outputs=gr.TextArea(label="Answer"),
32
- title="Visual Question Answering",
33
  description="Tiny 1B parameter Vision Language Model.",
34
  )
35
 
 
29
  fn=gradio_predict,
30
  inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
31
  outputs=gr.TextArea(label="Answer"),
32
+ title="Instruct Visual Question Answering",
33
  description="Tiny 1B parameter Vision Language Model.",
34
  )
35