mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
9 lines
133 B
Rust
9 lines
133 B
Rust
pub const WITH_TIMER: bool = true;
|
|
|
|
mod app;
|
|
mod audio;
|
|
pub mod languages;
|
|
pub mod worker;
|
|
pub use app::App;
|
|
pub use worker::Worker;
|