Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,10 @@ iface = gr.Interface(
|
|
74 |
fn=classify_image,
|
75 |
inputs="image",
|
76 |
outputs=["text", "image"], # Add an "image" output for the overlayed image
|
77 |
-
title="
|
78 |
-
description="Classify
|
79 |
)
|
80 |
|
|
|
81 |
# Launch the interface
|
82 |
iface.launch(inline = False)
|
|
|
74 |
fn=classify_image,
|
75 |
inputs="image",
|
76 |
outputs=["text", "image"], # Add an "image" output for the overlayed image
|
77 |
+
title="Xray Classification - KIMS",
|
78 |
+
description="Classify cxr into one of 20 classes - Atelectasis, Cardiomegaly, Consolidation, Edema, Effusion, Emphysema, Fibrosis, Hernia, Infiltration, Mass, Nodule, Pleural Thickening, Pneumonia, Pneumothorax, Pneumoperitoneum, Pneumomediastinum, Subcutaneous Emphysema, Tortuous Aorta, Calcification of the Aorta, No Finding. Built by Dr Sai and Dr Ajavindu"
|
79 |
)
|
80 |
|
81 |
+
|
82 |
# Launch the interface
|
83 |
iface.launch(inline = False)
|