Ekins Kuuzie commited on
Commit
02b64a3
·
verified ·
1 Parent(s): 5cc916e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict_image(test_image):
25
  platform = gr.Interface( fn = predict_image,
26
  title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
27
  inputs = "image",
28
- outputs = "label",
29
  description="""
30
  Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
31
  """,
 
25
  platform = gr.Interface( fn = predict_image,
26
  title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
27
  inputs = "image",
28
+ outputs = "annotedimage",
29
  description="""
30
  Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
31
  """,