Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jan 7, 2025
1 parent 9bc3c42 commit 25cf2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/#511.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
wavs = chat.infer(
texts,
skip_refine_text=True,
split_text=False,
params_infer_code=params_infer_code,
)

Expand Down
1 change: 1 addition & 0 deletions tests/#588.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
texts,
refine_text_only=True,
stream=False,
split_text=False,
params_refine_text=ChatTTS.Chat.RefineTextParams(show_tqdm=False),
)

Expand Down

0 comments on commit 25cf2bc

Please sign in to comment.