File size: 186 Bytes
ea1d1fb
 
 
 
19c7ce5
e71b936
1
2
3
4
5
6
7
# requirements.txt
gradio==4.29.0       # 会自动拉 fastapi 0.110.* + starlette 0.36.3
pydantic==2.6.4      # 可选;Gradio 4.29 已用 Pydantic 2
uvicorn[standard]
requests
pillow