rbarman commited on
Commit
b5fa5cc
1 Parent(s): 4d46396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ def separate_audio(audio_path):
17
  print(f"{gradio_temp_path=}")
18
  print(f"{audio_filename=}")
19
 
20
- command = f"spleeter separate -o {gradio_temp_path} -p spleeter:2stems {audio_path}"
 
21
  # command = f"ls {gradio_temp_path}"
22
  # command = f"cp {audio_path} output/test.wav"
23
  command = command.split()
 
17
  print(f"{gradio_temp_path=}")
18
  print(f"{audio_filename=}")
19
 
20
+ # command = f"spleeter separate -o {gradio_temp_path} -p spleeter:2stems {audio_path}"
21
+ command = f"spleeter separate -p spleeter:2stems {audio_path}"
22
  # command = f"ls {gradio_temp_path}"
23
  # command = f"cp {audio_path} output/test.wav"
24
  command = command.split()