Spaces:
Running
on
Zero
Running
on
Zero
FrancescoLR
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,10 @@ with gr.Blocks() as demo:
|
|
220 |
# 🔥 FLAMeS: FLAIR Lesion Segmentation for Multiple Sclerosis
|
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
|
|
|
|
|
|
|
224 |
""")
|
225 |
|
226 |
with gr.Row():
|
|
|
220 |
# 🔥 FLAMeS: FLAIR Lesion Segmentation for Multiple Sclerosis
|
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 |
|
229 |
with gr.Row():
|