FrancescoLR commited on
Commit
143dce3
·
verified ·
1 Parent(s): e675108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -130,10 +130,10 @@ with gr.Blocks() as demo:
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. Our [manuscript](https://doi.org/10.1162/imag_a_00487) presents a detailed explanation of **BrainAgeNeXt** and its potential applications.
133
- """
134
-
135
  Note: this app allows to process only a single MRI at the time. Please visit our [GitHub repository] (https://github.com/FrancescoLR/BrainAgeNeXt/tree/main) to install the code on your machine and run BrainAgeNeXt on large datasets )
136
-
 
137
  with gr.Row():
138
  with gr.Column(scale=1):
139
  mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")
 
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. Our [manuscript](https://doi.org/10.1162/imag_a_00487) presents a detailed explanation of **BrainAgeNeXt** and its potential applications.
133
+
 
134
  Note: this app allows to process only a single MRI at the time. Please visit our [GitHub repository] (https://github.com/FrancescoLR/BrainAgeNeXt/tree/main) to install the code on your machine and run BrainAgeNeXt on large datasets )
135
+ """
136
+
137
  with gr.Row():
138
  with gr.Column(scale=1):
139
  mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")