Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def inference(input_file_path,model_name):
|
|
18 |
|
19 |
print("temp_out_dir",temp_out_dir)
|
20 |
print("model_name",model_name)
|
21 |
-
|
22 |
vocals_out = os.path.join(temp_out_dir, model_name,filename,"vocals.mp3")
|
23 |
no_vocals_out = os.path.join(temp_out_dir, model_name,filename,"no_vocals.mp3")
|
24 |
|
|
|
18 |
|
19 |
print("temp_out_dir",temp_out_dir)
|
20 |
print("model_name",model_name)
|
21 |
+
print("filename",filename)
|
22 |
vocals_out = os.path.join(temp_out_dir, model_name,filename,"vocals.mp3")
|
23 |
no_vocals_out = os.path.join(temp_out_dir, model_name,filename,"no_vocals.mp3")
|
24 |
|