From 48d9b1f473ebebb14a7d11ec52dcc48c8adf04d2 Mon Sep 17 00:00:00 2001 From: Per Harald Borgen Date: Fri, 15 Sep 2023 15:29:05 +0200 Subject: [PATCH] Rename javascript-object-detection to vanilla-js --- examples/{javascript-object-detection => vanilla-js}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{javascript-object-detection => vanilla-js}/README.md (95%) diff --git a/examples/javascript-object-detection/README.md b/examples/vanilla-js/README.md similarity index 95% rename from examples/javascript-object-detection/README.md rename to examples/vanilla-js/README.md index 13b897e10..528ee6e30 100644 --- a/examples/javascript-object-detection/README.md +++ b/examples/vanilla-js/README.md @@ -7,4 +7,4 @@ Here's how it works: the user uploads an image to the browser via the “Upload To learn more about how the code works, visit [this tutorial.](https://huggingface.co/docs/transformers.js/tutorials/javascript) ## Getting Started -Download the repo and simply drag and drop the `index.html` file into a browser of your choice. \ No newline at end of file +Download the repo and simply drag and drop the `index.html` file into a browser of your choice.