File size: 533 Bytes
eca227d e90b19e 5e53f73 1301eb8 5e53f73 1301eb8 5e53f73 706ea03 1301eb8 5e53f73 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: Inference Playground
emoji: π
colorFrom: blue
colorTo: pink
sdk: docker
pinned: false
app_port: 3000
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
## Local development
```sh
pnpm i
HF_TOKEN=your_hf_token pnpm run dev
```
get your READ token from http://hf.co/settings/token
Hint: Use antfu's [ni](https://github.com/antfu-collective/ni) and never memorize a package manager again
|