mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-04 21:42:57 +00:00
Update sbv2.rs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user