Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,8 @@ iface = gr.Interface(
|
|
| 33 |
inputs="image",
|
| 34 |
outputs="text",
|
| 35 |
title="Xray Classification - KIMS",
|
| 36 |
-
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"
|
| 37 |
-
)
|
| 38 |
|
| 39 |
# Launch the interface
|
| 40 |
iface.launch(inline = False)
|
|
|
|
| 33 |
inputs="image",
|
| 34 |
outputs="text",
|
| 35 |
title="Xray Classification - KIMS",
|
| 36 |
+
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",
|
| 37 |
+
theme = "dark")
|
| 38 |
|
| 39 |
# Launch the interface
|
| 40 |
iface.launch(inline = False)
|