From 20ce3e9f394cbf809c7026233a7c058c4de18261 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 22 Aug 2023 11:56:43 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1585ed11..7269ec8a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ flamegraph.svg trace-*.json candle-wasm-examples/*/*.bin +candle-wasm-examples/*/*.jpeg candle-wasm-examples/*/*.wav candle-wasm-examples/*/*.safetensors candle-wasm-examples/*/package-lock.json -- cgit v1.2.3