Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,9 +79,6 @@ def GenerateMIDI(num_tok, idrums, iinstr):
|
|
| 79 |
|
| 80 |
output = output_header + [patch_list]
|
| 81 |
|
| 82 |
-
yield output, None, None, [create_msg("visualizer_clear", None)]
|
| 83 |
-
|
| 84 |
-
|
| 85 |
print('Loading model...')
|
| 86 |
|
| 87 |
SEQ_LEN = 2048
|
|
|
|
| 79 |
|
| 80 |
output = output_header + [patch_list]
|
| 81 |
|
|
|
|
|
|
|
|
|
|
| 82 |
print('Loading model...')
|
| 83 |
|
| 84 |
SEQ_LEN = 2048
|