Spaces:
Running
on
Zero
Running
on
Zero
Update multi_inference.py
Browse files- multi_inference.py +4 -0
multi_inference.py
CHANGED
|
@@ -82,6 +82,10 @@ class MVSEPLESS:
|
|
| 82 |
selected_stems: list = None
|
| 83 |
):
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
if output_dir is None:
|
| 86 |
output_dir = os.getcwd()
|
| 87 |
|
|
|
|
| 82 |
selected_stems: list = None
|
| 83 |
):
|
| 84 |
|
| 85 |
+
if output_format not in OUTPUT_FORMATS or not output_format:
|
| 86 |
+
print("Warning: Specified format not exist.")
|
| 87 |
+
output_format = "flac"
|
| 88 |
+
|
| 89 |
if output_dir is None:
|
| 90 |
output_dir = os.getcwd()
|
| 91 |
|