ChuxiJ commited on
Commit
71cbaca
·
1 Parent(s): 9ff5c6a

add acemusic link

Browse files
acestep/gradio_ui/interfaces/__init__.py CHANGED
@@ -64,12 +64,12 @@ def create_gradio_interface(dit_handler, llm_handler, dataset_handler, init_para
64
  gr.HTML(f"""
65
  <div class="main-header">
66
  <h1>{t("app.title")}</h1>
67
- <p>{t("app.subtitle")}</p>
68
  <p style="margin-top: 0.5rem;">
69
  <a href="https://ace-step.github.io/ace-step-v1.5.github.io/" target="_blank">Project</a> |
70
  <a href="https://huggingface.co/collections/ACE-Step/ace-step-15" target="_blank">Hugging Face</a> |
71
  <a href="https://modelscope.cn/models/ACE-Step/ACE-Step-v1-5" target="_blank">ModelScope</a> |
72
- <a href="https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5" target="_blank">Space Demo</a> |
73
  <a href="https://discord.gg/PeWDxrkdj7" target="_blank">Discord</a> |
74
  <a href="https://arxiv.org/abs/2506.00045" target="_blank">Technical Report</a>
75
  </p>
 
64
  gr.HTML(f"""
65
  <div class="main-header">
66
  <h1>{t("app.title")}</h1>
67
+ <p>{t("app.subtitle")}, try more on <a href="https://acemusic.ai" target="_blank">acemusic.ai</a></p>
68
  <p style="margin-top: 0.5rem;">
69
  <a href="https://ace-step.github.io/ace-step-v1.5.github.io/" target="_blank">Project</a> |
70
  <a href="https://huggingface.co/collections/ACE-Step/ace-step-15" target="_blank">Hugging Face</a> |
71
  <a href="https://modelscope.cn/models/ACE-Step/ACE-Step-v1-5" target="_blank">ModelScope</a> |
72
+ <a href="https://github.com/ACE-Step/ACE-Step-1.5" target="_blank">GitHub</a> |
73
  <a href="https://discord.gg/PeWDxrkdj7" target="_blank">Discord</a> |
74
  <a href="https://arxiv.org/abs/2506.00045" target="_blank">Technical Report</a>
75
  </p>