Spaces:
Running
on
Zero
Running
on
Zero
FrancescoLR
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -217,9 +217,10 @@ def run_nnunet_predict(nifti_file):
|
|
217 |
# Gradio interface with adjusted layout
|
218 |
with gr.Blocks() as demo:
|
219 |
gr.Markdown("""
|
220 |
-
|
221 |
|
222 |
-
Upload a skull-stripped FLAIR
|
|
|
223 |
""")
|
224 |
|
225 |
with gr.Row():
|
|
|
217 |
# Gradio interface with adjusted layout
|
218 |
with gr.Blocks() as demo:
|
219 |
gr.Markdown("""
|
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, 2</sup>.
|
224 |
""")
|
225 |
|
226 |
with gr.Row():
|