0.2.10 • Published 2 days ago

@huggingface/widgets v0.2.10

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

Huggingface Widgets

Open-source version of the inference widgets from huggingface.co

Built with Svelte and SvelteKit

Demo page: https://huggingface.co/spaces/huggingfacejs/inference-widgets

Publishing

Because @huggingface/widgets depends on @huggingface/tasks, you need to publish @huggingface/tasks first, and then @huggingface/widgets. There should be a CI check to prevent publishing @huggingface/widgets if @huggingface/tasks hasn't been published yet.

Demo

You can run the demo locally:

pnpm install
pnpm dev --open

If you are submitting a PR, make sure that you run format & lint before submitting the PR:

pnpm format
pnpm lint

If you want to try the "Sign-in with HF" feature locally, you will need to https://huggingface.co/settings/applications/new an OAuth application with "openid", "profile" and "inference-api" scopes and http://localhost:5173/auth/callback/huggingface as the redirect URL.

Then you can create a .env.local file with the following content:

OAUTH_CLIENT_ID=...
OAUTH_CLIENT_SECRET=...

If you want to try the "Sign-in with HF" feature in a Space, you can just duplicate https://huggingface.co/spaces/huggingfacejs/inference-widgets, it should work out of the box thanks to the metadata in the README.md file.

Testing for moon (for huggingface admins)

pnpm i
pnpm build

And then inside moon, run the following command for both server & front:

npm i --save @huggingface/widgets@<relative path to huggingface.js/packages/widgets>
0.2.10

2 days ago

0.2.9

11 days ago

0.2.8

20 days ago

0.2.7

1 month ago

0.2.6

1 month ago

0.2.5

1 month ago

0.2.4

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.7

2 months ago

0.1.6

3 months ago

0.1.4

3 months ago

0.1.5

3 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago