Spaces:
Sleeping
Sleeping
helloWorld199
commited on
Commit
•
571bc0c
1
Parent(s):
6a57423
Upload main.py
Browse files- src/main.py +1 -0
src/main.py
CHANGED
@@ -263,6 +263,7 @@ def vocal_only_pipeline(song_input, voice_model, pitch_change, is_webui=0,index_
|
|
263 |
raise_exception(error_msg, is_webui)
|
264 |
|
265 |
song_dir = os.path.join(output_dir, song_id)
|
|
|
266 |
|
267 |
orig_song_path, vocals_path = preprocess_vocals_only(song_input, mdx_model_params, song_id, is_webui, input_type, progress)
|
268 |
|
|
|
263 |
raise_exception(error_msg, is_webui)
|
264 |
|
265 |
song_dir = os.path.join(output_dir, song_id)
|
266 |
+
os.makedirs(song_dir)
|
267 |
|
268 |
orig_song_path, vocals_path = preprocess_vocals_only(song_input, mdx_model_params, song_id, is_webui, input_type, progress)
|
269 |
|