mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
Also fix the aspect ratio in the wasm example. (#556)
* Also fix the aspect ratio in the wasm example. * Add the yolo lib. * Update the build script.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
mod app;
|
||||
mod coco_classes;
|
||||
mod model;
|
||||
mod worker;
|
||||
pub mod worker;
|
||||
pub use app::App;
|
||||
pub use worker::Worker;
|
||||
|
Reference in New Issue
Block a user