Spaces:
Runtime error
Runtime error
Commit
·
8ca22db
1
Parent(s):
5263115
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def vocal_remove(audio):
|
|
11 |
model_path_pth = "./baseline.pth"
|
12 |
# print("model_path: ", model_path)s
|
13 |
subprocess.run(["python3", "inference.py", "--input", audio, "--pretrained_model", model_path_pth, "--output_dir", "./"])
|
14 |
-
return "./Instruments.
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=vocal_remove,
|
|
|
11 |
model_path_pth = "./baseline.pth"
|
12 |
# print("model_path: ", model_path)s
|
13 |
subprocess.run(["python3", "inference.py", "--input", audio, "--pretrained_model", model_path_pth, "--output_dir", "./"])
|
14 |
+
return "./Instruments.mp3"
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=vocal_remove,
|