harvesthealth's picture
Upload folder using huggingface_hub
f14b4e9 verified
/// The errors that can occur when using the CLI.
#[derive(Debug)]
pub enum CliError {
BuildError,
FileError,
QueryError,
InputError,
}