Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
title: Inference Playground
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
app_port: 3000
|
|
|
9 |
---
|
10 |
|
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
|
|
|
1 |
---
|
2 |
title: Inference Playground
|
3 |
+
emoji: 🤗
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
app_port: 3000
|
9 |
+
short_description: Add new models in src/routes/+page.server.ts
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
+
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|