win11部署 SenceVoice

发布时间:2025-01-26 22:42
1.git clone https://github.com/FunAudioLLM/SenseVoice.git

2.python -m venv sencevoicevenv

3 cd sencevoicevenv/scripts文件夹执行 ./Activate.ps1

4.cd 进入requirements.txt所在文件夹,

pip install -r requirements.txt  

pip install gradio

5.python webui.py

6.http://localhost:7860


更新时间:2025-01-26 22:45