fabricationworkshop commited on
Commit
def0e8d
·
verified ·
1 Parent(s): cf90384

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,10 +1,22 @@
1
  ---
2
- title: Ace Step Api
3
- emoji: 👀
4
- colorFrom: green
5
  colorTo: blue
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: ACE-Step Music API
3
+ emoji: 🎵
4
+ colorFrom: purple
5
  colorTo: blue
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
  ---
10
 
11
+ # ACE-Step 1.5 Music Generation API
12
+
13
+ REST API server for ACE-Step 1.5 music generation, running on GPU.
14
+
15
+ Used by [Results in Advance](https://music-demo-three.vercel.app) therapeutic music platform.
16
+
17
+ ## Endpoints
18
+
19
+ - `POST /release_task` — Submit generation task
20
+ - `POST /query_result` — Poll task status
21
+ - `GET /v1/audio?path=...` — Download generated audio
22
+ - `GET /health` — Health check