diff --git a/0 一键启动脚本/GPT-soVITS Start.exe b/0 一键启动脚本/GPT-soVITS Start.exe index b8158e96..7b6a3878 100644 Binary files a/0 一键启动脚本/GPT-soVITS Start.exe and b/0 一键启动脚本/GPT-soVITS Start.exe differ diff --git a/GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py b/GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py index 52f8ba62..39fb04d0 100644 --- a/GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py +++ b/GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py @@ -144,6 +144,7 @@ def cut5(inp): opt = "\n".join(mergeitems) return opt +# contributed by https://github.com/X-T-E-R/GPT-SoVITS-Inference/blob/main/GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py @register_method("auto_cut") def auto_cut(inp): # if not re.search(r'[^\w\s]', inp[-1]):