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