From f3378456720ece96a2da1efca0f05c72a96a5891 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:43:34 +0800 Subject: [PATCH] Update webui.py --- webui.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webui.py b/webui.py index 127cfec..aa7f613 100644 --- a/webui.py +++ b/webui.py @@ -774,11 +774,6 @@ def check_for_exists(file_list=[],is_train=False): gr.Warning(i) gr.Warning(i18n('以下文件或文件夹不存在:')) - - -from GPT_SoVITS.text.g2pw import G2PWPinyin -g2pw = G2PWPinyin(model_dir="GPT_SoVITS/text/G2PWModel",model_source="GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large",v_to_u=False, neutral_tone_with_five=True) - with gr.Blocks(title="GPT-SoVITS WebUI") as app: gr.Markdown( value=