chore: fix test

This commit is contained in:
源文雨
2025-01-08 01:04:00 +09:00
parent 9bc3c42667
commit 25cf2bcc91
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ fail = False
wavs = chat.infer(
texts,
skip_refine_text=True,
split_text=False,
params_infer_code=params_infer_code,
)
+1
View File
@@ -29,6 +29,7 @@ refined = chat.infer(
texts,
refine_text_only=True,
stream=False,
split_text=False,
params_refine_text=ChatTTS.Chat.RefineTextParams(show_tqdm=False),
)