From 80d8e80748a33f067a01d57e15ef6d7399b69846 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:36:27 +0800 Subject: [PATCH] Add files via upload --- webui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui.py b/webui.py index c0b88db..dbccba7 100644 --- a/webui.py +++ b/webui.py @@ -65,6 +65,8 @@ def get_weights_names(): return SoVITS_names,GPT_names SoVITS_weight_root="SoVITS_weights" GPT_weight_root="GPT_weights" +os.makedirs(SoVITS_weight_root,exist_ok=True) +os.makedirs(GPT_weight_root,exist_ok=True) SoVITS_names,GPT_names = get_weights_names() def change_choices():