This commit is contained in:
tuna2134
2024-09-10 08:52:43 +00:00
parent 354481fccc
commit 3bdb8c481d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -93,11 +93,11 @@ impl TTSModel {
}
pub fn get_style_vector(&self, style_id: i32, weight: f32) -> Result<Array1<f32>> {
Ok(style::get_style_vector(
style::get_style_vector(
self.style_vectors.clone(),
style_id,
weight,
)?)
)
}
pub fn synthesize(