jcsagar commited on
Commit
7b5139c
·
verified ·
1 Parent(s): 0506c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def generate_report(image):
17
  # Create the Gradio interface
18
  interface = gr.Interface(
19
  fn=generate_report,
20
- inputs=[gr.Image(type="filepath", label="Upload Image"), gr.Textbox(label="API Key")],
21
  outputs=gr.Textbox(label="Report"),
22
  title="CXR Report Creator",
23
  description="Upload an image to use with the CXR-LLAVA-v2 model."
 
17
  # Create the Gradio interface
18
  interface = gr.Interface(
19
  fn=generate_report,
20
+ inputs=[gr.Image(type="filepath", label="Upload Image"),
21
  outputs=gr.Textbox(label="Report"),
22
  title="CXR Report Creator",
23
  description="Upload an image to use with the CXR-LLAVA-v2 model."