Spaces:
Runtime error
Runtime error
Commit
·
6df1721
1
Parent(s):
102a3b0
First commit
Browse files
README.md
CHANGED
@@ -1,16 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
|
5 |
-
1. Clone this repository.
|
6 |
-
2. Install dependencies: `pip install -r requirements.txt`
|
7 |
-
3. Run the server: `uvicorn app:app --host 0.0.0.0 --port 7860`
|
8 |
-
|
9 |
-
## Usage
|
10 |
-
Send a POST request to `/generate` with a JSON payload:
|
11 |
-
|
12 |
-
```json
|
13 |
-
{
|
14 |
-
"prompt": "What is AI?",
|
15 |
-
"max_tokens": 100
|
16 |
-
}
|
|
|
1 |
+
---
|
2 |
+
title: Deepseek 7b
|
3 |
+
emoji: 🐢
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
|
10 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|