add discord link
Browse files- ui/components.py +5 -0
ui/components.py
CHANGED
@@ -933,6 +933,11 @@ def create_main_demo_ui(
|
|
933 |
gr.Markdown(
|
934 |
"""
|
935 |
<h1 style="text-align: center;">ACE-Step: A Step Towards Music Generation Foundation Model</h1>
|
|
|
|
|
|
|
|
|
|
|
936 |
"""
|
937 |
)
|
938 |
with gr.Tab("text2music"):
|
|
|
933 |
gr.Markdown(
|
934 |
"""
|
935 |
<h1 style="text-align: center;">ACE-Step: A Step Towards Music Generation Foundation Model</h1>
|
936 |
+
<p>
|
937 |
+
<a href="https://ace-step.github.io/" target='_blank'>Project</a> |
|
938 |
+
<a href="https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B">Checkpoints</a> |
|
939 |
+
<a href="https://discord.gg/rjAZz2xBdG" target='_blank'>Discord</a>
|
940 |
+
</p>
|
941 |
"""
|
942 |
)
|
943 |
with gr.Tab("text2music"):
|