ChuxiJ commited on
Commit
42e0725
·
1 Parent(s): 9fe9970

update project page url

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ short_description: Music Generation Foundation Model v1.5
13
  <h1 align="center">ACE-Step 1.5</h1>
14
  <h1 align="center">Pushing the Boundaries of Open-Source Music Generation</h1>
15
  <p align="center">
16
- <a href="https://ace-step-v1.5.github.io">Project</a> |
17
  <a href="https://huggingface.co/collections/ACE-Step/ace-step-15">Hugging Face</a> |
18
  <a href="https://modelscope.cn/models/ACE-Step/ACE-Step-v1-5">ModelScope</a> |
19
  <a href="https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5">Space Demo</a> |
 
13
  <h1 align="center">ACE-Step 1.5</h1>
14
  <h1 align="center">Pushing the Boundaries of Open-Source Music Generation</h1>
15
  <p align="center">
16
+ <a href="https://ace-step.github.io/ace-step-v1.5.github.io/">Project</a> |
17
  <a href="https://huggingface.co/collections/ACE-Step/ace-step-15">Hugging Face</a> |
18
  <a href="https://modelscope.cn/models/ACE-Step/ACE-Step-v1-5">ModelScope</a> |
19
  <a href="https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5">Space Demo</a> |
acestep/gradio_ui/interfaces/__init__.py CHANGED
@@ -66,7 +66,7 @@ def create_gradio_interface(dit_handler, llm_handler, dataset_handler, init_para
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-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> |
 
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> |