leilaaaaa commited on
Commit
ceca3ba
·
verified ·
1 Parent(s): 3f0db2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.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=[
 
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=[