Describe the bug
pydoc.ErrorDuringImport: problem in cosyvoice.flow.flow_matching - ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/ipc1/miniconda3/envs/cosyvoice/lib/python3.8/site-packages/huggingface_hub/init.py)
To Reproduce
Steps to reproduce the behavior:
cd CosyVoice
python3 webui.py --port 50000 --model_dir pretrained_models/CosyVoice-300M-Instruct
Expected behavior
Should launch a web interface as described in the documentation, but it does not!!!
Desktop (please complete the following information):
I use pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com to install all requirements.