You're looking at a specific version of this model. Jump to the model overview.
malerlab /u-must-image-to-audio:54d18a75
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 |
|---|---|---|---|
| image |
string
|
Piano score image: a full page or a single system (PNG/JPG).
|
|
| system |
integer
|
1
|
1-based index of the system to play; 0 = all detected systems (one pass for up to two systems, Contin-U sliding window beyond that).
|
| seed |
integer
|
0
|
Random seed; different seeds give different performances.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'audio': {'format': 'uri', 'title': 'Audio', 'type': 'string'},
'duration_sec': {'title': 'Duration Sec', 'type': 'number'},
'n_systems': {'title': 'N Systems', 'type': 'integer'},
'notes': {'title': 'Notes', 'type': 'string'},
'systems': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Systems',
'type': 'array'},
'systems_image': {'format': 'uri',
'nullable': True,
'title': 'Systems Image',
'type': 'string'}},
'required': ['audio', 'duration_sec', 'n_systems', 'systems', 'notes'],
'title': 'Output',
'type': 'object'}