Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,15 +137,11 @@ with gr.Blocks() as demo:
|
|
| 137 |
Note that the pneumonia and pneumothorax heatmaps produced by this model are based on pixel-level segmentation maps.
|
| 138 |
Thus, they are expected to be more accurate than non-explicit localization methods such as GradCAM.
|
| 139 |
|
| 140 |
-
The example radiograph is my own, from when I had pneumonia.
|
| 141 |
|
| 142 |
This model is for demonstration purposes only and has NOT been approved by any regulatory agency for clinical use. The user assumes
|
| 143 |
any and all responsibility regarding their own use of this model and its outputs. Do NOT upload any images containing protected
|
| 144 |
health information, as this demonstration is not compliant with patient privacy laws.
|
| 145 |
|
| 146 |
-
Created by: Ian Pan, <https://ianpan.me>
|
| 147 |
-
|
| 148 |
-
Last updated: December 27, 2024
|
| 149 |
"""
|
| 150 |
)
|
| 151 |
gr.Interface(
|
|
|
|
| 137 |
Note that the pneumonia and pneumothorax heatmaps produced by this model are based on pixel-level segmentation maps.
|
| 138 |
Thus, they are expected to be more accurate than non-explicit localization methods such as GradCAM.
|
| 139 |
|
|
|
|
| 140 |
|
| 141 |
This model is for demonstration purposes only and has NOT been approved by any regulatory agency for clinical use. The user assumes
|
| 142 |
any and all responsibility regarding their own use of this model and its outputs. Do NOT upload any images containing protected
|
| 143 |
health information, as this demonstration is not compliant with patient privacy laws.
|
| 144 |
|
|
|
|
|
|
|
|
|
|
| 145 |
"""
|
| 146 |
)
|
| 147 |
gr.Interface(
|