asigalov61 commited on
Commit
d052125
·
verified ·
1 Parent(s): 3b01d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def Match_Cores(input_midi,
158
 
159
  print('Creating final MIDI score...')
160
 
161
- final_core_score = midi_cores_dataset['train'][match_idx]['core_score']
162
 
163
 
164
 
 
158
 
159
  print('Creating final MIDI score...')
160
 
161
+ final_core_score = midi_cores_dataset['train'][int(match_idx)]['core_score']
162
 
163
 
164