Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
-
#
|
| 2 |
gradio==4.44.0
|
| 3 |
-
# gradio
|
| 4 |
-
|
| 5 |
-
# Provide the module path that gradio-client expects:
|
| 6 |
websockets>=14,<16
|
| 7 |
|
| 8 |
-
#
|
| 9 |
fastapi==0.115.0
|
| 10 |
uvicorn==0.30.6
|
| 11 |
pydantic<3
|
| 12 |
|
| 13 |
-
#
|
| 14 |
# transformers==4.44.2
|
| 15 |
# accelerate>=0.34.0
|
| 16 |
# bitsandbytes==0.43.1
|
|
|
|
| 1 |
+
# Core UI
|
| 2 |
gradio==4.44.0
|
| 3 |
+
# gradio 4.44.0 pulls gradio-client 1.x, which expects websockets.asyncio
|
|
|
|
|
|
|
| 4 |
websockets>=14,<16
|
| 5 |
|
| 6 |
+
# Optional (only if you actually use them)
|
| 7 |
fastapi==0.115.0
|
| 8 |
uvicorn==0.30.6
|
| 9 |
pydantic<3
|
| 10 |
|
| 11 |
+
# If you really need model libs, uncomment:
|
| 12 |
# transformers==4.44.2
|
| 13 |
# accelerate>=0.34.0
|
| 14 |
# bitsandbytes==0.43.1
|