Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
megatrump
/
test-FunAudioLLM
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8ff2e2f
test-FunAudioLLM
/
requirements.txt
megatrump
update port and version
8ff2e2f
about 2 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
288 Bytes
# Web 框架和服务器
fastapi
uvicorn[standard]
python-multipart
# 深度学习和音频处理
torch==2.6.0 # PyTorch深度学习框架
torchaudio==2.6.0 # PyTorch音频处理库
funasr==1.2.4 # 语音识别模型库
# 数据处理和科学计算
numpy
# 工具库
python-dotenv