Add application file
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ os.system("midi_ddsp_download_model_weights")
|
|
6 |
|
7 |
def inference(audio):
|
8 |
os.system("midi_ddsp_synthesize --midi_path "+audio.name)
|
|
|
9 |
return f'{os.path.dirname(os.path.abspath(__file__))}/{Path(audio.name).stem}/0_mix.wav'
|
10 |
|
11 |
title = "Midi-DDSP"
|
|
|
6 |
|
7 |
def inference(audio):
|
8 |
os.system("midi_ddsp_synthesize --midi_path "+audio.name)
|
9 |
+
os.system('ls')
|
10 |
return f'{os.path.dirname(os.path.abspath(__file__))}/{Path(audio.name).stem}/0_mix.wav'
|
11 |
|
12 |
title = "Midi-DDSP"
|