Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,7 @@ def save_midi(tokens, batch_number=None):
|
|
189 |
channel = 0
|
190 |
|
191 |
patches = [-1] * 16
|
|
|
192 |
|
193 |
channels = [0] * 16
|
194 |
channels[9] = 1
|
|
|
189 |
channel = 0
|
190 |
|
191 |
patches = [-1] * 16
|
192 |
+
patches[9] = 9
|
193 |
|
194 |
channels = [0] * 16
|
195 |
channels[9] = 1
|