Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 💬
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
|
@@ -8,16 +8,16 @@ sdk_version: 4.44.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description: This is
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
1. Git clone this repository.
|
| 17 |
|
| 18 |
|
| 19 |
```shell
|
| 20 |
-
git clone https://huggingface.co/spaces/
|
| 21 |
```
|
| 22 |
|
| 23 |
2. Install the dependencies listed in requirements.txt.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: o3
|
| 3 |
emoji: 💬
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: This is open-o1 demo with improved system prompt
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# deployment
|
| 15 |
|
| 16 |
1. Git clone this repository.
|
| 17 |
|
| 18 |
|
| 19 |
```shell
|
| 20 |
+
git clone https://huggingface.co/spaces/DeFactOfficial/o3
|
| 21 |
```
|
| 22 |
|
| 23 |
2. Install the dependencies listed in requirements.txt.
|