mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-11 00:42:57 +00:00
fix returns type
This commit is contained in:
@@ -141,4 +141,8 @@ impl TTSModel {
|
||||
)?;
|
||||
Ok(PyBytes::new_bound(py, &data))
|
||||
}
|
||||
|
||||
fn unload(&mut self, ident: String) -> bool {
|
||||
self.model.unload(ident)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user