dmusingu commited on
Commit
a4fa802
·
verified ·
1 Parent(s): 500c3c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  fn=answer_question,
31
  inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
32
  outputs=gr.Textbox(label="Answer"),
33
- title="Visual Question Answering",
34
  description="Upload an image of a chest X-ray and ask a question and the model will answer."
35
  )
36
 
 
30
  fn=answer_question,
31
  inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
32
  outputs=gr.Textbox(label="Answer"),
33
+ title="PaliGemma-CXR: Report Generation, VQA, Object detection, Segmentation, Classification",
34
  description="Upload an image of a chest X-ray and ask a question and the model will answer."
35
  )
36