You're looking at a specific version of this model. Jump to the model overview.
e7mac /piano_transcription:c2f65374
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_input |
string
|
Input audio file
|
|
make_video |
boolean
|
False
|
Option to create demo video, instead of transcriber MIDI
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'midi': {'format': 'uri', 'title': 'Midi', 'type': 'string'},
'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
'required': ['midi'],
'title': 'Output',
'type': 'object'}