tianhk commited on
Commit
063f33c
·
1 Parent(s): f84842a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ synthesis_generator, expression_generator = load_pretrained_model()
10
  def midi_ddsp_synth(instrument, midi_file):
11
  '''
12
  Paras:
13
- midi_file: the directory of the midi file
14
  instrument: instrument type, choose from 'violin', 'viola', 'cello', 'double bass',
15
  'flute', 'oboe', 'clarinet', 'saxophone',
16
  'bassoon', 'trumpet', 'horn', 'trombone', 'tuba'
 
10
  def midi_ddsp_synth(instrument, midi_file):
11
  '''
12
  Paras:
13
+ midi_file: the path of the midi file
14
  instrument: instrument type, choose from 'violin', 'viola', 'cello', 'double bass',
15
  'flute', 'oboe', 'clarinet', 'saxophone',
16
  'bassoon', 'trumpet', 'horn', 'trombone', 'tuba'