mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +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 += "。"
|
text += "。"
|
||||||
else:
|
else:
|
||||||
text += "."
|
text += "."
|
||||||
|
|
||||||
st = 0
|
st = 0
|
||||||
utts = []
|
utts = []
|
||||||
for i, c in enumerate(text):
|
for i, c in enumerate(text):
|
||||||
|
|||||||
Reference in New Issue
Block a user