Spaces:
Sleeping
Sleeping
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -1
myinfer_latest.py
CHANGED
|
@@ -145,7 +145,7 @@ def api_convert_voice():
|
|
| 145 |
output_path1= combine_vocal_and_inst(output_path,inst)
|
| 146 |
print(output_path1)
|
| 147 |
|
| 148 |
-
created_files.extend([vocal_path,
|
| 149 |
|
| 150 |
if os.path.exists(output_path1):
|
| 151 |
|
|
|
|
| 145 |
output_path1= combine_vocal_and_inst(output_path,inst)
|
| 146 |
print(output_path1)
|
| 147 |
|
| 148 |
+
created_files.extend([vocal_path, inst, output_path])
|
| 149 |
|
| 150 |
if os.path.exists(output_path1):
|
| 151 |
|