amirgame197 commited on
Commit
f150072
·
verified ·
1 Parent(s): 010f8e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def separate_audio(audio_path, stem_count):
12
  print(f"{gradio_temp_path=}")
13
  print(f"{audio_filename=}")
14
  print(f"{stem_count=}")
15
- os.mkdir(gradio_temp_path + f"/separated_audio/{audio_filename}/")
16
  command = f"spleeter separate -p spleeter:{stem_count}stems {audio_path}"
17
  command = command.split()
18
  print(f"{command=}")
 
12
  print(f"{gradio_temp_path=}")
13
  print(f"{audio_filename=}")
14
  print(f"{stem_count=}")
15
+ os.mkdirs(gradio_temp_path + f"/separated_audio/{audio_filename}/")
16
  command = f"spleeter separate -p spleeter:{stem_count}stems {audio_path}"
17
  command = command.split()
18
  print(f"{command=}")