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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def Convert_Score_to_Performance(input_midi,
299
 
300
  patches = [0] * 16
301
 
302
- for ss in song1:
303
 
304
  if 0 <= ss < 256:
305
 
 
299
 
300
  patches = [0] * 16
301
 
302
+ for ss in song[602:]:
303
 
304
  if 0 <= ss < 256:
305