Commit
Β·
9fa74cf
1
Parent(s):
6a50e97
Fix HF Spaces configuration - add YAML front matter
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π Edge LLM Platform
|
| 2 |
|
| 3 |
A lightweight, local LLM inference platform with a modern web interface.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Edge LLM Platform
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: "4.36.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: Lightweight local LLM inference platform with modern web interface
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# π Edge LLM Platform
|
| 15 |
|
| 16 |
A lightweight, local LLM inference platform with a modern web interface.
|