asigalov61
commited on
Commit
•
dd0af62
1
Parent(s):
c5ea46a
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def GenerateMIDI(progress=gr.Progress()):
|
|
142 |
output1 = []
|
143 |
itrack = 1
|
144 |
|
145 |
-
opus = TMIDIX.score2opus(output)
|
146 |
|
147 |
while itrack < len(opus):
|
148 |
for event in opus[itrack]:
|
|
|
142 |
output1 = []
|
143 |
itrack = 1
|
144 |
|
145 |
+
opus = TMIDIX.score2opus(output)
|
146 |
|
147 |
while itrack < len(opus):
|
148 |
for event in opus[itrack]:
|