Skip to content

Commit

Permalink
Fix wrong img link in vanilla-js.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perborgen authored Sep 15, 2023
1 parent 1dcf1c9 commit 0ac6dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/vanilla-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ And that’s it!

You have now built a fully functioning AI app that detects objects in images using nothing but a browser. No external server, no APIs, no build tools. Pretty cool!

![Demo](https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/js-detection-btn-inference-elephant.png)
![Demo](https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/js-detection-inference-elephant.png)


The app is live at the following URL: [https://huggingface.co/spaces/Scrimba/javascript-object-detector](https://huggingface.co/spaces/Scrimba/javascript-object-detector)

0 comments on commit 0ac6dbe

Please sign in to comment.