Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ platform = gr.Interface( fn = predict,
|
|
46 |
title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
|
47 |
inputs = "image",
|
48 |
outputs = [
|
49 |
-
gr.
|
50 |
-
gr.
|
51 |
],
|
52 |
description="""
|
53 |
Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
|
|
|
46 |
title ="PTCADx: Computer-Aided Detection of Pneumothorax in Chest X-ray Images",
|
47 |
inputs = "image",
|
48 |
outputs = [
|
49 |
+
gr.Image(label="Processed Image"),
|
50 |
+
gr.Text(label="Impression")
|
51 |
],
|
52 |
description="""
|
53 |
Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
|