Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -402,7 +402,9 @@ def Mix_Loops(generation_type,
|
|
| 402 |
|
| 403 |
print('Output MIDI file name:', output_midi)
|
| 404 |
print('=' * 70)
|
| 405 |
-
print('Output MIDI summary:'
|
|
|
|
|
|
|
| 406 |
print('=' * 70)
|
| 407 |
|
| 408 |
#========================================================
|
|
|
|
| 402 |
|
| 403 |
print('Output MIDI file name:', output_midi)
|
| 404 |
print('=' * 70)
|
| 405 |
+
print('Output MIDI summary:')
|
| 406 |
+
print('-' * 70)
|
| 407 |
+
print(output_midi_summary)
|
| 408 |
print('=' * 70)
|
| 409 |
|
| 410 |
#========================================================
|