FrancescoLR commited on
Commit
9dda281
·
verified ·
1 Parent(s): ae7e73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -221,8 +221,10 @@ with gr.Blocks() as demo:
221
 
222
  Upload a skull-stripped FLAIR brain MRI in NIfTI (.nii.gz) format to generate a binary segmentation of multiple sclerosis lesions.
223
  FLAMeS is based on the nnUNet framework<sup>2</sup> and was trained on 668 MRI scans acquired using Siemens, GE, and Philips 1.5T and 3T scanners<sup>1</sup>.
 
224
 
225
- **Disclaimer:** This is a research tool and is not intended for clinical use. Clinical decisions should not be based on the outputs of this tool.
 
226
 
227
  """)
228
 
 
221
 
222
  Upload a skull-stripped FLAIR brain MRI in NIfTI (.nii.gz) format to generate a binary segmentation of multiple sclerosis lesions.
223
  FLAMeS is based on the nnUNet framework<sup>2</sup> and was trained on 668 MRI scans acquired using Siemens, GE, and Philips 1.5T and 3T scanners<sup>1</sup>.
224
+ For skull-stripping, we suggest using [SynthStrip](https://surfer.nmr.mgh.harvard.edu/docs/synthstrip/) with the `--no-csf` flag for optimal results.
225
 
226
+
227
+ **Disclaimer:** Human data should only be uploaded for processing if permitted by your institution's data use agreements. This is a research tool and is not intended for clinical use. Clinical decisions should not be based on the outputs of this tool.
228
 
229
  """)
230