Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
#
|
2 |
-
gradio==4.29.0
|
3 |
-
|
4 |
-
|
5 |
-
pydantic==2.6.4
|
6 |
-
uvicorn[standard] # Gradio 运行 API 时会用到
|
7 |
requests
|
8 |
pillow
|
|
|
1 |
+
# requirements.txt
|
2 |
+
gradio==4.29.0 # 会自动拉 fastapi 0.110.* + starlette 0.36.3
|
3 |
+
pydantic==2.6.4 # 可选;Gradio 4.29 已用 Pydantic 2
|
4 |
+
uvicorn[standard]
|
|
|
|
|
5 |
requests
|
6 |
pillow
|