Преглед изворни кода

Update frontend_utils.py

Fix typo
zhuyunfeng пре 1 година
родитељ
комит
74a449ad1f
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):