mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-06-18 17:23:26 +08:00
Fix langsegmenter invalid path
This commit is contained in:
parent
bb8f8c292c
commit
297c0393a0
@ -122,7 +122,6 @@ class LangSegmenter():
|
|||||||
|
|
||||||
|
|
||||||
def getTexts(text):
|
def getTexts(text):
|
||||||
LangSplitter._special_merge_for_zh_ja = _special_merge_for_zh_ja
|
|
||||||
lang_splitter = LangSplitter(lang_map=LangSegmenter.DEFAULT_LANG_MAP)
|
lang_splitter = LangSplitter(lang_map=LangSegmenter.DEFAULT_LANG_MAP)
|
||||||
substr = lang_splitter.split_by_lang(text=text)
|
substr = lang_splitter.split_by_lang(text=text)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user