You're looking at a specific version of this model. Jump to the model overview.
e7mac /piano_transcription:9448b63b
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
audio |
string
|
Path to the input music. Supports mp3 and wav format.
|
|
mode |
string
(enum)
|
music-piano-v2
Options: music-piano, music-piano-v2, music-assemble, chord, drum, vocal, vocal-contour, beat |
Transcription mode
|
render_wave |
boolean
|
False
|
Option to render to mp3
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'csv': {'format': 'uri', 'title': 'Csv', 'type': 'string'},
'midi': {'format': 'uri', 'title': 'Midi', 'type': 'string'},
'wav': {'format': 'uri', 'title': 'Wav', 'type': 'string'}},
'required': ['midi'],
'title': 'Output',
'type': 'object'}