File size: 345 Bytes
59bd45e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ModelScope 部署依赖
# 使用兼容的 Gradio 版本

# Gradio - 使用稳定版本
gradio==4.44.1

# Core dependencies (compatible with Python 3.11+)
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.10.0
pydantic-settings==2.6.0
httpx==0.27.0
python-multipart==0.0.12
python-dotenv==1.0.1

# Additional dependencies
aiofiles==24.1.0