File size: 452 Bytes
f8b832f 7a27b40 cbbcc75 7a27b40 6ee4cc4 7a27b40 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Chat Robot
emoji: 📊
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 3.27.0
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## 环境依赖
python3
## 安装依赖
```shell
pip install -r requirments
python -m spacy download zh_core_web_sm
```
## 运行命令
```shell
export OPENAI_API_KEY=sk-...
python -m app.py
``` |