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:
Radamés Ajna
2023-08-30 11:35:41 -07:00
committed by GitHub
parent 21e1c73892
commit 1d0bb48fae
7 changed files with 487 additions and 3 deletions

View File

@ -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;