o3 / README.md
DeFactOfficial's picture
Update README.md
90e3b07 verified
---
title: o3
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: This is open-o1 demo with improved system prompt
---
# deployment
1. Git clone this repository.
```shell
git clone https://huggingface.co/spaces/DeFactOfficial/o3
```
2. Install the dependencies listed in requirements.txt.
3. Execute the script below.
```shell
python app.py
```