noblebarkrr commited on
Commit
d0fc4cc
·
verified ·
1 Parent(s): 1c3372f

Update multi_inference.py

Browse files
Files changed (1) hide show
  1. 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