FrancescoLR commited on
Commit
c444218
·
verified ·
1 Parent(s): 702eb13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- # FLAMeS: Multiple Sclerosis Lesion Segmentation
221
 
222
- Upload a skull-stripped FLAIR image (.nii.gz) to generate a binary segmentation of multiple sclerosis lesions.
 
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():