Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -563,7 +563,7 @@ with gr.Blocks() as demo:
|
|
| 563 |
[final_composition, generated_batches, block_lines])
|
| 564 |
apply_sustains = gr.Checkbox(value=True, label="Apply sustains (if present)")
|
| 565 |
remove_duplicate_pitches = gr.Checkbox(value=True, label="Remove duplicate pitches (if present)")
|
| 566 |
-
remove_overlapping_durations = gr.Checkbox(value=True, label="
|
| 567 |
|
| 568 |
gr.Markdown("## Generation options")
|
| 569 |
prime_instruments = gr.Dropdown(label="Prime instruments (select up to 5)", choices=list(patch2number.keys()),
|
|
|
|
| 563 |
[final_composition, generated_batches, block_lines])
|
| 564 |
apply_sustains = gr.Checkbox(value=True, label="Apply sustains (if present)")
|
| 565 |
remove_duplicate_pitches = gr.Checkbox(value=True, label="Remove duplicate pitches (if present)")
|
| 566 |
+
remove_overlapping_durations = gr.Checkbox(value=True, label="Trim overlapping durations (if present)")
|
| 567 |
|
| 568 |
gr.Markdown("## Generation options")
|
| 569 |
prime_instruments = gr.Dropdown(label="Prime instruments (select up to 5)", choices=list(patch2number.keys()),
|