Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ input = gr.inputs.Image(label="Upload any Chest Xray", type = 'pil', optional=Tr
|
|
25 |
output = gr.outputs.Textbox(type="text",label="Preliminary Radiology Report")
|
26 |
|
27 |
title = "X-Ray Report Generation "
|
28 |
-
description = "
|
29 |
|
30 |
examples = ["example_1.jpeg", "example_2.jpeg"]
|
31 |
|
|
|
25 |
output = gr.outputs.Textbox(type="text",label="Preliminary Radiology Report")
|
26 |
|
27 |
title = "X-Ray Report Generation "
|
28 |
+
description = "The examples are cases from Radiopaedia"
|
29 |
|
30 |
examples = ["example_1.jpeg", "example_2.jpeg"]
|
31 |
|