mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Improve Whisper WASM UI example (#669)
* wip add module and js worker example * params * clean up, send error * final UI with whisper webworker * add simple instructions
This commit is contained in:
@ -24,6 +24,6 @@ impl Drop for Timer {
|
||||
mod app;
|
||||
mod audio;
|
||||
mod model;
|
||||
mod worker;
|
||||
pub mod worker;
|
||||
pub use app::App;
|
||||
pub use worker::Worker;
|
||||
|
Reference in New Issue
Block a user