Spaces:
Runtime error
Runtime error
fix: Open external link with new tab (#11)
Browse files- fix: Open external link with new tab (9a4c2de4d04be26722f8d5afb3273fe403be83d3)
Co-authored-by: justln1113 <[email protected]>
- 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 |
|