Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|