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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ def respond(
57
  demo = gr.Interface(
58
  fn=respond,
59
  inputs=[
60
- gr.inputs.Textbox(label="Message"),
61
- gr.inputs.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",
 
57
  demo = gr.Interface(
58
  fn=respond,
59
  inputs=[
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",