asigalov61 commited on
Commit
ac9be57
·
verified ·
1 Parent(s): 20a4294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,11 +185,11 @@ def Generate_Accompaniment(input_midi,
185
 
186
  #==================================================================
187
 
188
- src_melody_chords_f = load_midi(input_midi.name)
189
 
190
  #==================================================================
191
 
192
- print('Sample output events', src_melody_chords_f[0][1][:3])
193
  print('=' * 70)
194
  print('Generating...')
195
 
 
185
 
186
  #==================================================================
187
 
188
+ score, score_list = load_midi(input_midi.name)
189
 
190
  #==================================================================
191
 
192
+ print('Sample score events', score[:12])
193
  print('=' * 70)
194
  print('Generating...')
195