Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
---
|
2 |
title: Bedtime Story Generator
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
short_description: Craft magical tales in seconds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Bedtime Story Generator
|
3 |
+
emoji: ✨
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
short_description: Craft magical tales in seconds.
|
10 |
+
app_build_command: npm run build
|
11 |
+
app_file: dist/index.html
|
12 |
+
thumbnail: >-
|
13 |
+
https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/Y7gInUdGdF_53fEGfWlbJ.png
|
14 |
+
header: mini
|
15 |
+
models:
|
16 |
+
- onnx-community/gemma-3-270m-it-ONNX
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|