Skip to content

Commit

Permalink
fix(test): hf dl
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 10, 2024
1 parent af8a4e3 commit 40fbbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/#521.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def start_writing(self, streamchat):


chat = ChatTTS.Chat(logger)
chat.load(compile=False) # Set to True for better performance
chat.load(compile=False, source="huggingface") # Set to True for better performance

rand_spk = chat.sample_random_speaker()
params_infer_code = ChatTTS.Chat.InferCodeParams(
Expand Down

0 comments on commit 40fbbc2

Please sign in to comment.