seaniezhao xushengyuan commited on
Commit
7ee61ea
·
verified ·
1 Parent(s): 7b2e525

Update ui/components.py (#2)

Browse files

- Update ui/components.py (c4dd801270feeea54378436fe8f826ff6b07e678)


Co-authored-by: Shengyuan Xu <[email protected]>

Files changed (1) hide show
  1. ui/components.py +5 -0
ui/components.py CHANGED
@@ -594,6 +594,11 @@ def create_main_demo_ui(
594
  gr.Markdown(
595
  """
596
  <h1 style="text-align: center;">ACE-Step: A Step Towards Music Generation Foundation Model</h1>
 
 
 
 
 
597
  """)
598
 
599
  with gr.Tab("text2music"):
 
594
  gr.Markdown(
595
  """
596
  <h1 style="text-align: center;">ACE-Step: A Step Towards Music Generation Foundation Model</h1>
597
+ <p>
598
+ <a href="https://ace-step.github.io/">Project</a> |
599
+ <a href="https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B">Checkpoints</a> |
600
+ <a href="https://discord.gg/rjAZz2xBdG">Discord</a>
601
+ </p>
602
  """)
603
 
604
  with gr.Tab("text2music"):