From 8625aaf04570b713583f5c5a75efd51e2e02493f Mon Sep 17 00:00:00 2001 From: Per Harald Borgen Date: Sun, 17 Sep 2023 18:22:49 +0200 Subject: [PATCH] Link to new demo site --- 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 c8f8372a5..4c9a15574 100644 --- a/docs/source/tutorials/vanilla-js.md +++ b/docs/source/tutorials/vanilla-js.md @@ -8,7 +8,7 @@ Here's how it works: the user clicks “Upload image” and selects an image usi Useful links: -- [Demo site](https://huggingface.co/spaces/Scrimba/javascript-object-detector) +- [Demo site](https://huggingface.co/spaces/Scrimba/vanilla-js-object-detector) - [Interactive code walk-through (scrim)](https://scrimba.com/scrim/cKm9bDAg) - [Source code](https://github.com/xenova/transformers.js/tree/main/examples/vanilla-js)