From 0ac6dbe942b2c2de1f556f1fd246e8c1532fb367 Mon Sep 17 00:00:00 2001 From: Per Harald Borgen Date: Fri, 15 Sep 2023 16:48:26 +0200 Subject: [PATCH] Fix wrong img link in vanilla-js.md --- docs/source/tutorials/vanilla-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/vanilla-js.md b/docs/source/tutorials/vanilla-js.md index be1b3d21e..7eed0e315 100644 --- a/docs/source/tutorials/vanilla-js.md +++ b/docs/source/tutorials/vanilla-js.md @@ -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)