File size: 226 Bytes
5c5159a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
```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
```