Spaces:
Sleeping
Sleeping
```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 | |
``` |