itsomk commited on
Commit
282ea86
·
verified ·
1 Parent(s): 4a34168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 results
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