Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
·
0731944
1
Parent(s):
4a50584
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def GenerateMIDI(num_tok, idrums, iinstr):
|
|
128 |
|
129 |
print('Sample INTs', outy[:16])
|
130 |
print('-' * 70)
|
131 |
-
print('Last generated MIDI event', output[
|
132 |
print('-' * 70)
|
133 |
print('Req end time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
134 |
print('-' * 70)
|
|
|
128 |
|
129 |
print('Sample INTs', outy[:16])
|
130 |
print('-' * 70)
|
131 |
+
print('Last generated MIDI event', output[2][-1])
|
132 |
print('-' * 70)
|
133 |
print('Req end time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
134 |
print('-' * 70)
|