amirgame197 commited on
Commit
9f666f6
·
verified ·
1 Parent(s): bdd3676

Update app.py

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