vits-chatbot / 部署流程.md
Mahiruoshi's picture
Upload 2 files
5c5159a
|
raw
history blame contribute delete
No virus
226 Bytes
```sh
#前置条件 已安装Anaconda
conda create -n chatbot python=3.8
conda activate chatbot
git clone https://huggingface.co./spaces/Mahiruoshi/vits-chatbot
cd vits-chatbot
pip install -r requirements.txt
python main.py
```