linexjlin
commited on
Commit
·
70cca0a
1
Parent(s):
8d7e8c6
update
Browse files
app.py
CHANGED
@@ -16,9 +16,6 @@ def inference(input_file_path,model_name):
|
|
16 |
if not filename:
|
17 |
filename="test"
|
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 |
|
@@ -53,4 +50,4 @@ demo = gr.Interface(
|
|
53 |
)
|
54 |
|
55 |
if __name__ == "__main__":
|
56 |
-
demo.launch()
|
|
|
16 |
if not filename:
|
17 |
filename="test"
|
18 |
|
|
|
|
|
|
|
19 |
vocals_out = os.path.join(temp_out_dir, model_name,filename,"vocals.mp3")
|
20 |
no_vocals_out = os.path.join(temp_out_dir, model_name,filename,"no_vocals.mp3")
|
21 |
|
|
|
50 |
)
|
51 |
|
52 |
if __name__ == "__main__":
|
53 |
+
demo.launch()
|