mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00

* Sketch the yolo wasm example. * Web ui. * Get the web ui to work. * UI tweaks. * More UI tweaks. * Use the natural width/height. * Add a link to the hf space in the readme.
6 lines
192 B
Rust
6 lines
192 B
Rust
fn main() {
|
|
wasm_logger::init(wasm_logger::Config::new(log::Level::Trace));
|
|
console_error_panic_hook::set_once();
|
|
yew::Renderer::<candle_wasm_example_yolo::App>::new().render();
|
|
}
|