Spaces:
Build error
Build error
image path
Browse files
app.py
CHANGED
@@ -143,8 +143,8 @@ from audio_separator import Separator
|
|
143 |
|
144 |
def inference(audio, vocals, bass, drums, other, piano, guitar, lead_vocals, backing_vocals):
|
145 |
# Initially, show the loading GIF
|
146 |
-
loading_gif_path = "7RwF.gif"
|
147 |
-
transparent_img_path = "images.png"
|
148 |
|
149 |
os.makedirs("out", exist_ok=True)
|
150 |
audio_path = 'test.wav'
|
|
|
143 |
|
144 |
def inference(audio, vocals, bass, drums, other, piano, guitar, lead_vocals, backing_vocals):
|
145 |
# Initially, show the loading GIF
|
146 |
+
loading_gif_path = "./7RwF.gif"
|
147 |
+
transparent_img_path = "./images.png"
|
148 |
|
149 |
os.makedirs("out", exist_ok=True)
|
150 |
audio_path = 'test.wav'
|