Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,12 @@ app_port: 3000
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
|
13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
|
13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
14 |
+
|
15 |
+
### Dev
|
16 |
+
|
17 |
+
```
|
18 |
+
npm i
|
19 |
+
HF_TOKEN=your_hf_token npm run dev -- --open
|
20 |
+
```
|
21 |
+
|
22 |
+
get your READ token from http://hf.co/settings/token
|