Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)")
|