1.安装python3
Python Release Python 3.12.4 | Python.org 下载安装
2.下载git代码
git clone https://github.com/FunAudioLLM/SenseVoice.git
cd SenseVoice
3.安装依赖
pip3 install -r requirements.txt
pip3 install gradio
4.安装ffmpeg
brew install ffmpeg
5.启动
python webui.py
6.访问
http://localhost:7860