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