asigalov61 commited on
Commit
da538bb
·
verified ·
1 Parent(s): 4ab06f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def Render_MIDI(input_midi,
109
  )[0]
110
 
111
  if merge_misaligned_notes:
112
- escore = TMIDIX.merge_escore_notes(escore, merge_threshold=32):
113
 
114
  escore = TMIDIX.augment_enhanced_score_notes(escore, timings_divider=1)
115
 
 
109
  )[0]
110
 
111
  if merge_misaligned_notes:
112
+ escore = TMIDIX.merge_escore_notes(escore, merge_threshold=32)
113
 
114
  escore = TMIDIX.augment_enhanced_score_notes(escore, timings_divider=1)
115