asigalov61 commited on
Commit
e0b299c
·
verified ·
1 Parent(s): 7069050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def Convert_Score_to_Performance(input_midi,
174
  print('Requested settings:')
175
  print('=' * 70)
176
  print('Input MIDI file name:', fn)
177
- print('Input MIDI type':, input_midi_type)
178
  print('Conversion type:', input_conv_type)
179
  print('Number of prime notes:', input_number_prime_notes)
180
  print('Number of notes to convert:', input_number_conv_notes)
 
174
  print('Requested settings:')
175
  print('=' * 70)
176
  print('Input MIDI file name:', fn)
177
+ print('Input MIDI type:', input_midi_type)
178
  print('Conversion type:', input_conv_type)
179
  print('Number of prime notes:', input_number_prime_notes)
180
  print('Number of notes to convert:', input_number_conv_notes)