Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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 |
|