tts.rs を更新

This commit is contained in:
tuna2134@コマリン親衛隊
2025-03-29 11:02:23 +09:00
committed by GitHub
parent 64fc74eee6
commit 48aef6cef4

View File

@@ -383,7 +383,7 @@ impl TTSModelHolder {
if t.is_empty() {
continue;
}
let (bert_ori, phones, tones, lang_ids) = self.parse_text_neo(t.to_string(), given_tones)?;
let (bert_ori, phones, tones, lang_ids) = self.parse_text_neo(t.to_string(), given_tones.clone())?;
let vits2 = self
.find_model(ident)?