mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
fix
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@ target
|
||||
models/*.onnx
|
||||
models/*.json
|
||||
venv
|
||||
.env
|
||||
.env
|
||||
output.wav
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user