ChuxiJ justln1113 commited on
Commit
5c24327
·
verified ·
1 Parent(s): 3177554

fix: Open external link with new tab (#11)

Browse files

- fix: Open external link with new tab (9a4c2de4d04be26722f8d5afb3273fe403be83d3)


Co-authored-by: justln1113 <[email protected]>

Files changed (1) hide show
  1. ui/components.py +2 -2
ui/components.py CHANGED
@@ -595,9 +595,9 @@ def create_main_demo_ui(
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
 
 
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/" target='_blank'>Project</a> |
599
  <a href="https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B">Checkpoints</a> |
600
+ <a href="https://discord.gg/rjAZz2xBdG" target='_blank'>Discord</a>
601
  </p>
602
  """)
603