Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ demo = gr.Interface(
|
|
| 60 |
gr.Textbox(label="Message"),
|
| 61 |
gr.Image(label="Upload Medical Image", type="pil")
|
| 62 |
],
|
| 63 |
-
outputs=gr.
|
| 64 |
title="LLAVA Model - Medical Image and Question",
|
| 65 |
description="Upload a medical image and ask a specific question about the image for a medical description.",
|
| 66 |
additional_inputs=[
|
|
|
|
| 60 |
gr.Textbox(label="Message"),
|
| 61 |
gr.Image(label="Upload Medical Image", type="pil")
|
| 62 |
],
|
| 63 |
+
outputs=gr.Textbox(label="Response", placeholder="Model response will appear here..."),
|
| 64 |
title="LLAVA Model - Medical Image and Question",
|
| 65 |
description="Upload a medical image and ask a specific question about the image for a medical description.",
|
| 66 |
additional_inputs=[
|