asigalov61 commited on
Commit
c26d31d
·
verified ·
1 Parent(s): 02a1231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def Convert_Score_to_Performance(input_midi,
188
 
189
  #==================================================================
190
 
191
- print('Sample output events', melody_chords_f[:16])
192
  print('=' * 70)
193
  print('Generating...')
194
 
 
188
 
189
  #==================================================================
190
 
191
+ print('Sample output events', melody_chords_f[0][:16])
192
  print('=' * 70)
193
  print('Generating...')
194