mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-07 06:52:57 +00:00
tts.rs を更新
This commit is contained in:
@@ -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)?
|
||||
|
||||
Reference in New Issue
Block a user