update title
Browse files
demo.py
CHANGED
@@ -837,7 +837,10 @@ def create_demo():
|
|
837 |
|
838 |
# Define the theme and layout
|
839 |
with gr.Blocks(theme=gr.themes.Soft(), head=custom_js) as demo:
|
840 |
-
gr.Markdown(
|
|
|
|
|
|
|
841 |
gr.Markdown("## Dataset Generation Pipeline")
|
842 |
|
843 |
gr.Markdown(
|
|
|
837 |
|
838 |
# Define the theme and layout
|
839 |
with gr.Blocks(theme=gr.themes.Soft(), head=custom_js) as demo:
|
840 |
+
gr.Markdown(
|
841 |
+
"# EchoFlow: A Foundation Model for Cardiac Ultrasound Image and Video Generation"
|
842 |
+
)
|
843 |
+
gr.Markdown("## Preprint: https://arxiv.org/abs/2503.17898")
|
844 |
gr.Markdown("## Dataset Generation Pipeline")
|
845 |
|
846 |
gr.Markdown(
|