Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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'
|