asigalov61 commited on
Commit
6650edd
·
verified ·
1 Parent(s): 08876fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def Render_MIDI(input_midi,
84
  print('Soudnfont bank', soundfont_bank)
85
  print('Audio render sample rate', render_sample_rate)
86
 
87
- if render_type != 'Render as-is'
88
  print('Render with sustains:', render_with_sustains)
89
  print('Custom MIDI render patch', custom_render_patch)
90
  print('Align to bars:', render_align)
 
84
  print('Soudnfont bank', soundfont_bank)
85
  print('Audio render sample rate', render_sample_rate)
86
 
87
+ if render_type != 'Render as-is':
88
  print('Render with sustains:', render_with_sustains)
89
  print('Custom MIDI render patch', custom_render_patch)
90
  print('Align to bars:', render_align)