From 34163367c1eb9650af99d817b9faaad759570e21 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:03:33 +0800 Subject: [PATCH] Update webui.py --- webui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui.py b/webui.py index 2a7b5d3..127cfec 100644 --- a/webui.py +++ b/webui.py @@ -776,7 +776,7 @@ def check_for_exists(file_list=[],is_train=False): -from text.g2pw import G2PWPinyin +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: @@ -1014,4 +1014,4 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app: share=is_share, server_port=webui_port_main, quiet=True, - ) \ No newline at end of file + )