Spaces:
Sleeping
Sleeping
Ekins Kuuzie
commited on
Update app.py
Browse files
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
|