Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ if __name__ == "__main__":
|
|
| 225 |
soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
|
| 226 |
print('Loading files list...')
|
| 227 |
|
| 228 |
-
all_MIDI_files_names = TMIDIX.Tegridy_Any_Pickle_File_Reader('
|
| 229 |
print('=' * 70)
|
| 230 |
|
| 231 |
print('Loading MIDI corpus embeddings...')
|
|
|
|
| 225 |
soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
|
| 226 |
print('Loading files list...')
|
| 227 |
|
| 228 |
+
all_MIDI_files_names = TMIDIX.Tegridy_Any_Pickle_File_Reader('LAKH_all_files_names')
|
| 229 |
print('=' * 70)
|
| 230 |
|
| 231 |
print('Loading MIDI corpus embeddings...')
|