diff --git a/.gitignore b/.gitignore index 15abba6..dbf7752 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ target models/*.onnx models/*.json venv -.env \ No newline at end of file +.env +output.wav \ No newline at end of file diff --git a/sbv2_core/src/model.rs b/sbv2_core/src/model.rs index a44b6f5..1ed98ea 100644 --- a/sbv2_core/src/model.rs +++ b/sbv2_core/src/model.rs @@ -36,7 +36,7 @@ pub fn synthesize( "tones" => tones, "language" => lang_ids, "bert" => bert, - "ja_bert" => style_vector, + "style_vector" => style_vector, }?)?; let audio_array = outputs