lukewys commited on
Commit
05adc66
·
1 Parent(s): 9ef04f6

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"