Update app.py
Browse files
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"),
|
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."
|