asigalov61 commited on
Commit
7253d65
·
verified ·
1 Parent(s): 14be322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def load_midi(input_midi, model_selector=''):
130
  sp_escore_notes = TMIDIX.solo_piano_escore_notes(escore_notes)
131
  zscore = TMIDIX.recalculate_score_timings(sp_escore_notes)
132
 
133
- escore_notes = TMIDIX.augment_enhanced_score_notes(zscore, timings_divider=32)
134
 
135
  fscore = TMIDIX.fix_escore_notes_durations(zscore)
136
 
 
130
  sp_escore_notes = TMIDIX.solo_piano_escore_notes(escore_notes)
131
  zscore = TMIDIX.recalculate_score_timings(sp_escore_notes)
132
 
133
+ zscore = TMIDIX.augment_enhanced_score_notes(zscore, timings_divider=32)
134
 
135
  fscore = TMIDIX.fix_escore_notes_durations(zscore)
136