FrancescoLR commited on
Commit
7d444b3
·
verified ·
1 Parent(s): 877f6af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -147,6 +147,12 @@ with gr.Blocks() as demo:
147
 
148
  gr.Markdown("""
149
  **Disclaimer:** This is a research tool and is not intended for clinical use.
 
 
 
 
 
 
150
  """)
151
  # 🔹 Debugging GPU Environment
152
  if torch.cuda.is_available():
 
147
 
148
  gr.Markdown("""
149
  **Disclaimer:** This is a research tool and is not intended for clinical use.
150
+
151
+ **If you find this tool useful, please consider citing:**
152
+ 1. La Rosa, F., Dos Santos Silva, J., Dereskewicz, E., Invernizzi, A., Cahan, N., Galasso, J., ... & Beck, E. S. (2025).
153
+ BrainAgeNeXt: Advancing Brain Age Modeling for Individuals with Multiple Sclerosis. Imaging Neuroscience.
154
+ DOI: [10.1162/imag_a_00487](https://doi.org/10.1162/imag_a_00487)
155
+ 2. Roy, Saikat, et al. "Mednext: transformer-driven scaling of convnets for medical image segmentation." MICCAI, 2023.
156
  """)
157
  # 🔹 Debugging GPU Environment
158
  if torch.cuda.is_available():