test-FunAudioLLM / requirements.txt
megatrump's picture
Add Gradio Pages
9587328
raw
history blame contribute delete
345 Bytes
# Web 框架和服务器
fastapi
uvicorn[standard]
python-multipart
# 深度学习和音频处理
torch == 2.6.0 # PyTorch深度学习框架
torchaudio == 2.6.0 # PyTorch音频处理库
funasr == 1.2.4 # 语音识别模型库
# 数据处理和科学计算
numpy
# 工具库
python-dotenv
huggingface-hub
gradio == 5.20.0