Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ base_model:
|
|
9 |
---
|
10 |
a prompt generator for the [ACE-Step](https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B) music generation model, fintuned from the MuFun model proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
|
11 |
|
|
|
|
|
|
|
|
|
12 |
train code: https://github.com/laitselec/MuFun
|
13 |
|
14 |
## Usage
|
|
|
9 |
---
|
10 |
a prompt generator for the [ACE-Step](https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B) music generation model, fintuned from the MuFun model proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
|
11 |
|
12 |
+
gradio demo: http://47.121.209.64/mufun_demo_acestep
|
13 |
+
|
14 |
+
demo code: https://github.com/laitselec/MuFun/blob/main/demo/mufun_acestep/gr_app.py
|
15 |
+
|
16 |
train code: https://github.com/laitselec/MuFun
|
17 |
|
18 |
## Usage
|