Spaces:
Running
Running
asigalov61
commited on
Commit
•
03ccdef
1
Parent(s):
6e87eda
Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def match_midi(midi, max_match_ratio, progress=gr.Progress()):
|
|
336 |
|
337 |
mid_seq = md[1][17:-1]
|
338 |
mid_seq_ticks = md[1][16][1]
|
339 |
-
mdata = md[1]
|
340 |
|
341 |
txt_mdata = ''
|
342 |
|
|
|
336 |
|
337 |
mid_seq = md[1][17:-1]
|
338 |
mid_seq_ticks = md[1][16][1]
|
339 |
+
mdata = md[1]
|
340 |
|
341 |
txt_mdata = ''
|
342 |
|