Spaces:
Running
Running
Aitron Emper
commited on
Upload core.py
Browse files
core.py
CHANGED
|
@@ -72,6 +72,7 @@ def run_batch_infer_script(
|
|
| 72 |
output_folder,
|
| 73 |
pth_file,
|
| 74 |
index_path,
|
|
|
|
| 75 |
):
|
| 76 |
infer_script_path = os.path.join("rvc", "infer", "infer.py")
|
| 77 |
|
|
@@ -104,6 +105,7 @@ def run_batch_infer_script(
|
|
| 104 |
output_path,
|
| 105 |
pth_file,
|
| 106 |
index_path,
|
|
|
|
| 107 |
]
|
| 108 |
subprocess.run(command)
|
| 109 |
|
|
|
|
| 72 |
output_folder,
|
| 73 |
pth_file,
|
| 74 |
index_path,
|
| 75 |
+
split_audio,
|
| 76 |
):
|
| 77 |
infer_script_path = os.path.join("rvc", "infer", "infer.py")
|
| 78 |
|
|
|
|
| 105 |
output_path,
|
| 106 |
pth_file,
|
| 107 |
index_path,
|
| 108 |
+
str(split_audio),
|
| 109 |
]
|
| 110 |
subprocess.run(command)
|
| 111 |
|