Spaces:
Running
Running
asigalov61
commited on
Commit
•
7455a77
1
Parent(s):
2c850db
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ if __name__ == "__main__":
|
|
215 |
print('App start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
216 |
print('=' * 70)
|
217 |
|
218 |
-
|
219 |
print('Loading files list...')
|
220 |
|
221 |
all_MIDI_files_names = TMIDIX.Tegridy_Any_Pickle_File_Reader('all_MIDI_files_names')
|
|
|
215 |
print('App start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
216 |
print('=' * 70)
|
217 |
|
218 |
+
soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
|
219 |
print('Loading files list...')
|
220 |
|
221 |
all_MIDI_files_names = TMIDIX.Tegridy_Any_Pickle_File_Reader('all_MIDI_files_names')
|