Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
---
|
| 2 |
title: Baguettotron WebGPU
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
short_description: A small but powerful reasoning model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Baguettotron WebGPU
|
| 3 |
+
emoji: 🥖
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
short_description: A small but powerful reasoning model
|
| 10 |
+
app_build_command: npm run build
|
| 11 |
+
app_file: dist/index.html
|
| 12 |
+
models:
|
| 13 |
+
- PleIAs/Baguettotron
|
| 14 |
+
- onnx-community/Baguettotron-ONNX
|
| 15 |
---
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|