asigalov61 commited on
Commit
fe6e100
1 Parent(s): 8b1d953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,6 +20,7 @@
20
  #
21
  # import TMIDIX
22
  # import TPLOTS
 
23
  #================================================================
24
 
25
  import os
@@ -74,6 +75,7 @@ def render_midi(input_midi,
74
  print('=' * 70)
75
  print('Input MIDI file name:', fn)
76
  print('Input MIDI md5 hash', input_midi_md5hash)
 
77
  print('Render type:', render_type)
78
  print('Soudnfont bank', soundfont_bank)
79
  print('Audio render sample rate', render_sample_rate)
 
20
  #
21
  # import TMIDIX
22
  # import TPLOTS
23
+ # import midi_to_colab_audio
24
  #================================================================
25
 
26
  import os
 
75
  print('=' * 70)
76
  print('Input MIDI file name:', fn)
77
  print('Input MIDI md5 hash', input_midi_md5hash)
78
+ print('-' * 70)
79
  print('Render type:', render_type)
80
  print('Soudnfont bank', soundfont_bank)
81
  print('Audio render sample rate', render_sample_rate)