diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-22 11:56:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 11:56:43 +0100 |
commit | 20ce3e9f394cbf809c7026233a7c058c4de18261 (patch) | |
tree | d4350c408a75bece0b4f33dc4e197e6db81e13a2 /.gitignore | |
parent | 44420d8ae109d9ebfe2066a5a87db08c73389724 (diff) | |
download | candle-20ce3e9f394cbf809c7026233a7c058c4de18261.tar.gz candle-20ce3e9f394cbf809c7026233a7c058c4de18261.tar.bz2 candle-20ce3e9f394cbf809c7026233a7c058c4de18261.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |