mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-05-25 10:10:37 +00:00
feat: docker(cpu), 1:n bert:vits2 support
This commit is contained in:
@@ -18,6 +18,8 @@ pub enum Error {
|
||||
IoError(#[from] std::io::Error),
|
||||
#[error("hound error: {0}")]
|
||||
HoundError(#[from] hound::Error),
|
||||
#[error("model not found error")]
|
||||
ModelNotFoundError(String),
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user