mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
Sketch the yolo wasm example. (#546)
* 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.
This commit is contained in:
6
candle-wasm-examples/yolo/src/lib.rs
Normal file
6
candle-wasm-examples/yolo/src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod app;
|
||||
mod coco_classes;
|
||||
mod model;
|
||||
mod worker;
|
||||
pub use app::App;
|
||||
pub use worker::Worker;
|
Reference in New Issue
Block a user