From ce4bb7b5d6388d6aec40003a00efe83c5c2b442a Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Thu, 21 Dec 2023 19:51:02 +0200 Subject: [PATCH] Add spaces template link to README --- README.md | 1 + docs/snippets/3_examples.snippet | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b476f74f5..440a7abde 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Want to jump straight in? Get started with one of our sample applications/templa | Node.js | Sentiment analysis API | [code](./examples/node/) | | Demo site | A collection of demos | [code](./examples/demo-site/), [demo](https://xenova.github.io/transformers.js/) | +Check out the Transformers.js [template](https://huggingface.co/new-space?template=static-templates%2Ftransformers.js) on Hugging Face to get started in one click! ## Custom usage diff --git a/docs/snippets/3_examples.snippet b/docs/snippets/3_examples.snippet index 7b836ce72..db30fce6e 100644 --- a/docs/snippets/3_examples.snippet +++ b/docs/snippets/3_examples.snippet @@ -17,3 +17,4 @@ Want to jump straight in? Get started with one of our sample applications/templa | Node.js | Sentiment analysis API | [code](./examples/node/) | | Demo site | A collection of demos | [code](./examples/demo-site/), [demo](https://xenova.github.io/transformers.js/) | +Check out the Transformers.js [template](https://huggingface.co/new-space?template=static-templates%2Ftransformers.js) on Hugging Face to get started in one click!