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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def separate_audio(audio_path):
28
  print(result)
29
 
30
  print("--------")
31
- accompaniment_path = f"{gradio_temp_path}/{audio_filename}/accompaniment.wav"
32
- vocals_path = f"{gradio_temp_path}/{audio_filename}/vocals.wav"
33
  print(f"{accompaniment_path=}")
34
  print(os.path.exists(accompaniment_path))
35
  print(f"{vocals_path=}")
 
28
  print(result)
29
 
30
  print("--------")
31
+ accompaniment_path = f"{gradio_temp_path}/separated_audio/{audio_filename}/accompaniment.wav"
32
+ vocals_path = f"{gradio_temp_path}/separated_audio/{audio_filename}/vocals.wav"
33
  print(f"{accompaniment_path=}")
34
  print(os.path.exists(accompaniment_path))
35
  print(f"{vocals_path=}")