asigalov61
commited on
Commit
•
e1d0c17
1
Parent(s):
65c585b
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def GenerateSong(input_melody_seed_number):
|
|
175 |
|
176 |
print('Output MIDI file name:', output_midi)
|
177 |
print('Output MIDI title:', output_midi_title)
|
178 |
-
print('Output MIDI summary:',
|
179 |
print('=' * 70)
|
180 |
|
181 |
|
|
|
175 |
|
176 |
print('Output MIDI file name:', output_midi)
|
177 |
print('Output MIDI title:', output_midi_title)
|
178 |
+
print('Output MIDI summary:', output_midi_summary)
|
179 |
print('=' * 70)
|
180 |
|
181 |
|