Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def GenerateDrums(input_midi, input_num_tokens):
|
|
104 |
|
105 |
cscore_melody = [c[0] for c in cscore]
|
106 |
|
107 |
-
comp_times = [
|
108 |
|
109 |
#===============================================================================
|
110 |
|
|
|
104 |
|
105 |
cscore_melody = [c[0] for c in cscore]
|
106 |
|
107 |
+
comp_times = [t[1] for t in dscore if t[1] != 0]
|
108 |
|
109 |
#===============================================================================
|
110 |
|