소스 검색

Update frontend_utils.py

Fix typo
zhuyunfeng 1 년 전
부모
커밋
0b76dfa1eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cosyvoice/utils/frontend_utils.py

+ 1 - 1
cosyvoice/utils/frontend_utils.py

@@ -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):