Update sbv2.rs

This commit is contained in:
コマリン親衛隊
2024-12-19 07:50:13 +09:00
committed by GitHub
parent 38c2e69648
commit de18846280

View File

@@ -157,7 +157,7 @@ impl TTSModel {
..Default::default()
},
)?;
Ok(PyBytes::new_bound(py, &data))
Ok(PyBytes::new(py, &data))
}
fn unload(&mut self, ident: String) -> bool {