MedMagik commited on
Commit
401aeee
·
verified ·
1 Parent(s): fc297e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="Image Classification",
78
- description="Classify images using your pre-trained model."
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)