Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 302 |
"""
|
| 303 |
1. Upload a chest X-ray image (JPG, PNG)
|
| 304 |
2. Adjust the prediction threshold if needed (default: 0.5)
|
| 305 |
-
3. Click 'Analyze X-Ray' to see
|
| 306 |
4. View detected conditions with Grad-CAM heatmaps
|
| 307 |
5. Review the generated clinical report
|
| 308 |
6. Download the report as a text file if needed
|
|
|
|
| 302 |
"""
|
| 303 |
1. Upload a chest X-ray image (JPG, PNG)
|
| 304 |
2. Adjust the prediction threshold if needed (default: 0.5)
|
| 305 |
+
3. Click 'Analyze X-Ray' to see probablistic findings
|
| 306 |
4. View detected conditions with Grad-CAM heatmaps
|
| 307 |
5. Review the generated clinical report
|
| 308 |
6. Download the report as a text file if needed
|