Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,9 @@ def inference(audio):
|
|
9 |
os.system("python3 -m demucs.separate -n htdemucs --two-stems=vocals -d cpu test.wav -o out")
|
10 |
return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
|
11 |
|
12 |
-
title = "
|
13 |
-
description = "
|
14 |
-
article = "
|
15 |
|
16 |
examples=[['test.mp3']]
|
17 |
gr.Interface(
|
|
|
9 |
os.system("python3 -m demucs.separate -n htdemucs --two-stems=vocals -d cpu test.wav -o out")
|
10 |
return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
|
11 |
|
12 |
+
title = ""
|
13 |
+
description = ""
|
14 |
+
article = ""
|
15 |
|
16 |
examples=[['test.mp3']]
|
17 |
gr.Interface(
|