asigalov61 commited on
Commit
e130587
·
verified ·
1 Parent(s): c2b2970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,9 +380,9 @@ if __name__ == "__main__":
380
  input_find_best_match = gr.Checkbox(label="Find best match", value=True)
381
  input_adjust_melody_notes_durations = gr.Checkbox(label="Adjust melody notes durations", value=False)
382
  input_adjust_accompaniment_notes_durations = gr.Checkbox(label="Adjust accompaniment notes durations", value=False)
 
383
  input_output_as_solo_piano = gr.Checkbox(label="Output as Solo Piano", value=False)
384
  input_remove_drums = gr.Checkbox(label="Remove drums from output", value=False)
385
- input_match_source_MIDI_average_time = gr.Checkbox(label="Match source MIDI average time", value=False)
386
 
387
  run_btn = gr.Button("mix melody", variant="primary")
388
 
 
380
  input_find_best_match = gr.Checkbox(label="Find best match", value=True)
381
  input_adjust_melody_notes_durations = gr.Checkbox(label="Adjust melody notes durations", value=False)
382
  input_adjust_accompaniment_notes_durations = gr.Checkbox(label="Adjust accompaniment notes durations", value=False)
383
+ input_match_source_MIDI_average_time = gr.Checkbox(label="Match source MIDI average time", value=False)
384
  input_output_as_solo_piano = gr.Checkbox(label="Output as Solo Piano", value=False)
385
  input_remove_drums = gr.Checkbox(label="Remove drums from output", value=False)
 
386
 
387
  run_btn = gr.Button("mix melody", variant="primary")
388