Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
7ea7dc5
1
Parent(s):
514f937
Update title
Browse files
app.py
CHANGED
@@ -828,13 +828,14 @@ def landmark_tab():
|
|
828 |
|
829 |
|
830 |
with gr.Blocks(
|
831 |
-
theme=theme,
|
|
|
832 |
) as demo:
|
833 |
with gr.Row():
|
834 |
with gr.Column(scale=4):
|
835 |
gr.Markdown(
|
836 |
"""
|
837 |
-
# CineMA: A
|
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>
|