mathpluscode commited on
Commit
7ea7dc5
Β·
1 Parent(s): 514f937

Update title

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -828,13 +828,14 @@ def landmark_tab():
828
 
829
 
830
  with gr.Blocks(
831
- theme=theme, title="CineMA: A Foundation Model for Cine Cardiac MRI"
 
832
  ) as demo:
833
  with gr.Row():
834
  with gr.Column(scale=4):
835
  gr.Markdown(
836
  """
837
- # CineMA: A Foundation Model for Cine Cardiac MRI πŸŽ₯πŸ«€
838
 
839
  πŸš€ The following demonstrations showcase the capabilities of CineMA in multiple tasks. Click the button to launch the inference.<br>
840
  ⏱️ The examples may take 10-60 seconds, if not cached, to download data and model, perform inference, and render plots.<br>
 
828
 
829
 
830
  with gr.Blocks(
831
+ theme=theme,
832
+ title="CineMA: A versatile foundation model for cine cardiac magnetic resonance image analysis tasks",
833
  ) as demo:
834
  with gr.Row():
835
  with gr.Column(scale=4):
836
  gr.Markdown(
837
  """
838
+ # CineMA: A versatile foundation model for cine cardiac magnetic resonance image analysis tasks πŸŽ₯πŸ«€
839
 
840
  πŸš€ The following demonstrations showcase the capabilities of CineMA in multiple tasks. Click the button to launch the inference.<br>
841
  ⏱️ The examples may take 10-60 seconds, if not cached, to download data and model, perform inference, and render plots.<br>