itriedcoding commited on
Commit
a32171d
·
verified ·
1 Parent(s): 87d3ee5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -1,13 +1,15 @@
1
- ---
2
- title: Sage Space
3
- emoji: 💻
4
- colorFrom: red
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 6.15.2
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
+ ---
2
+ title: Sage Space
3
+ emoji: 💻
4
+ colorFrom: red
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: 6.15.2
8
+ python_version: 3.12
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
+ # Sage Text Generation Demo
14
+
15
+ Character-level language model built from scratch with PyTorch.