Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=}")
|