mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-04 09:29:25 +08:00
Update frontend_utils.py
Fix typo
This commit is contained in:
@@ -86,7 +86,7 @@ def split_paragraph(text: str, tokenize, lang="zh", token_max_n=80, token_min_n=
|
||||
text += "。"
|
||||
else:
|
||||
text += "."
|
||||
|
||||
|
||||
st = 0
|
||||
utts = []
|
||||
for i, c in enumerate(text):
|
||||
|
||||
Reference in New Issue
Block a user