Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
title: LLM
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
-
|
|
|
9 |
---
|
10 |
|
11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: LLM deployment via FastAPI
|
3 |
+
emoji: 🤓
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: red
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
+
short_description: Interact with large language models through API
|
9 |
+
license: cc-by-4.0
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|