Spaces:
Running
Running
asigalov61
commited on
Commit
•
2c850db
1
Parent(s):
325e435
Update app.py
Browse files
app.py
CHANGED
@@ -92,9 +92,9 @@ def find_midi(title, artist):
|
|
92 |
print('Sample INTs', MIDI_score_data[:12])
|
93 |
print('=' * 70)
|
94 |
|
95 |
-
if len(
|
96 |
|
97 |
-
song =
|
98 |
song_f = []
|
99 |
|
100 |
time = 0
|
|
|
92 |
print('Sample INTs', MIDI_score_data[:12])
|
93 |
print('=' * 70)
|
94 |
|
95 |
+
if len(MIDI_score_data) != 0:
|
96 |
|
97 |
+
song = MIDI_score_data
|
98 |
song_f = []
|
99 |
|
100 |
time = 0
|