mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-30 17:05:27 +08:00
remove debug print
This commit is contained in:
+1
-1
@@ -548,7 +548,7 @@ class Chat:
|
||||
text = [f"[Stts][spk_emb]{txt_smp}{i}[Ptts]" for i in text]
|
||||
else:
|
||||
text = [f"[Stts][empty_spk]{txt_smp}{i}[Ptts]" for i in text]
|
||||
print(params.spk_smp, txt_smp, text)
|
||||
|
||||
input_ids, attention_mask, text_mask = self.tokenizer.encode(
|
||||
text,
|
||||
self.num_vq,
|
||||
|
||||
Reference in New Issue
Block a user