You're looking at a specific version of this model. Jump to the model overview.

malerlab /u-must-contin-u:de4153b6

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
score
string
Piano score as a PDF (pages are rasterized and every system is detected in reading order).
first_page
integer
1

Min: 1

First page to render (1-based).
last_page
integer
0
Last page to render; 0 = until the end.
dpi
integer
300

Min: 150

Max: 300

Rasterization resolution.
seed
integer
0
Random seed.
attention_threshold
number
0.5

Min: 0.3

Max: 0.8

Cross-attention mass on the second system that marks the boundary between two systems' audio.
max_systems
integer
0
Stop after this many systems; 0 = all.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}