found an example that just works
This commit is contained in:
4
candle-wasm-examples-whisper/src/bin/app.rs
Normal file
4
candle-wasm-examples-whisper/src/bin/app.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
wasm_logger::init(wasm_logger::Config::new(log::Level::Trace));
|
||||
yew::Renderer::<candle_wasm_example_whisper::App>::new().render();
|
||||
}
|
||||
Reference in New Issue
Block a user