Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ace-step/ACE-Step
/ TextToMusicResponse
Class
TextToMusicResponse
trainer-api.py:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
seed: Optional[int] = None
28
29
class
TextToMusicResponse(BaseModel):
30
audio_path: str
31
prompt: str
32
seed: int
33
sample_rate: int
34
35
class
InferencePipeline:
36
def
__init__(self, checkpoint_dir: str, device: str =
"cuda"
):
Callers
1
generate_music
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected