Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
|
|
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):
|
|
|
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):
|