Ekins Kuuzie commited on
Commit
db16572
·
verified ·
1 Parent(s): 2deb80a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def predict_image(test_image):
36
 
37
  platform = gr.Interface( fn = predict_image,
38
  title ="TB CADx",
39
- input = "image",
40
- output = "label",
41
  description="""This is a computer aided detection tool that helps
42
  clinicians quickly classify chest X-ray images into either normal,
43
  unhealthy but no TB or High chance of TB""",
 
36
 
37
  platform = gr.Interface( fn = predict_image,
38
  title ="TB CADx",
39
+ inputs = "image",
40
+ outputs = "label",
41
  description="""This is a computer aided detection tool that helps
42
  clinicians quickly classify chest X-ray images into either normal,
43
  unhealthy but no TB or High chance of TB""",