delphiclinic commited on
Commit
3edff4d
·
verified ·
1 Parent(s): 2d15f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ platform = gr.Interface( fn = predict,
46
  title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
47
  inputs = "image",
48
  outputs = [
49
- gr.outputs.Image(label="Processed Image"),
50
- gr.outputs.Text(label="Impression")
51
  ],
52
  description="""
53
  Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
 
46
  title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
47
  inputs = "image",
48
  outputs = [
49
+ gr.Image(label="Processed Image"),
50
+ gr.Text(label="Impression")
51
  ],
52
  description="""
53
  Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.