mathpluscode commited on
Commit
a4905fa
Β·
1 Parent(s): 0bc9bbf

Add acknowledgement

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -836,6 +836,8 @@ with gr.Blocks(
836
 
837
  πŸš€ The following demonstrations showcase the capabilities of CineMA in multiple tasks. Click the button to launch the inference.<br>
838
  ⏱️ The examples may take 10-60 seconds, if not cached, to download data and model, perform inference, and render plots.<br>
 
 
839
  πŸ”— For more details, check out our [manuscript](https://arxiv.org/abs/2506.00679) and [GitHub repository](https://github.com/mathpluscode/CineMA).
840
  """
841
  )
 
836
 
837
  πŸš€ The following demonstrations showcase the capabilities of CineMA in multiple tasks. Click the button to launch the inference.<br>
838
  ⏱️ The examples may take 10-60 seconds, if not cached, to download data and model, perform inference, and render plots.<br>
839
+ πŸ’Ύ This research has been conducted using the UK Biobank Resource under Application Number 71702.<br>
840
+ ❀️ The authors acknowledge the use of resources provided by the Isambard-AI National AI Research Resource (AIRR).<br>
841
  πŸ”— For more details, check out our [manuscript](https://arxiv.org/abs/2506.00679) and [GitHub repository](https://github.com/mathpluscode/CineMA).
842
  """
843
  )