FrancescoLR commited on
Commit
4d5997b
·
verified ·
1 Parent(s): 777c129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,7 +121,7 @@ def predict_brain_age(nifti_file, actual_age, sex):
121
  # 🔹 Gradio Interface Setup
122
  with gr.Blocks() as demo:
123
  gr.Markdown("""
124
- # 🧠 BrainAgeNeXt: Advancing Brain Age Modeling
125
  Upload a preprocessed T1w MRI scan (.nii.gz), enter the age and sex of the subject, and get the brain age prediction.
126
 
127
  The following preprocessing steps are required.
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
129
  2. N4 bias field correction using [ANTs](https://github.com/ANTsX/ANTs/wiki/N4BiasFieldCorrection).
130
  3. Affine registration to the MNI 1mm isotropic template space.
131
 
132
- BrainAgeNeXt has been trained and validated using over 11,000 T1w MRI acquired at 1.5, 3, and 7T. A 1mm isotropic resolution of the input image is preferred, but not required.
133
 
134
  """)
135
 
 
121
  # 🔹 Gradio Interface Setup
122
  with gr.Blocks() as demo:
123
  gr.Markdown("""
124
+ # 🧠 **BrainAgeNeXt**: Advancing Brain Age Modeling
125
  Upload a preprocessed T1w MRI scan (.nii.gz), enter the age and sex of the subject, and get the brain age prediction.
126
 
127
  The following preprocessing steps are required.
 
129
  2. N4 bias field correction using [ANTs](https://github.com/ANTsX/ANTs/wiki/N4BiasFieldCorrection).
130
  3. Affine registration to the MNI 1mm isotropic template space.
131
 
132
+ **BrainAgeNeXt** has been trained and validated using over 11,000 T1w MRI acquired at 1.5, 3, and 7T. A 1mm isotropic resolution is preferred for the input image but not required.
133
 
134
  """)
135