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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def predict_image(test_image):
34
  return (f'There is a chance of TB being present')
35
 
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
 
34
  return (f'There is a chance of TB being present')
35
 
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