HReynaud commited on
Commit
b4b41df
·
1 Parent(s): 2d696f5

update title

Browse files
Files changed (1) hide show
  1. demo.py +4 -1
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("# EchoFlow Demo")
 
 
 
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(