1
This commit is contained in:
@ -13,7 +13,7 @@ from blend_shape_parser import BlendShapeParser
|
||||
class TextToBlendShapesService:
|
||||
DEFAULT_SPLIT_PUNCTUATIONS = '。!?;!?;,,'
|
||||
|
||||
def __init__(self, lang='zh-CN', a2f_url="192.168.1.39:52000", tts_provider='edge-tts'):
|
||||
def __init__(self, lang='zh-CN', a2f_url="192.168.1.230:52000", tts_provider='edge-tts'):
|
||||
"""
|
||||
初始化服务
|
||||
:param lang: 语言
|
||||
|
||||
Reference in New Issue
Block a user