Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
# Core UI
|
| 2 |
gradio==4.44.0
|
| 3 |
-
|
| 4 |
-
websockets>=
|
| 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
|
|
|
|
| 1 |
# Core UI
|
| 2 |
gradio==4.44.0
|
| 3 |
+
gradio_client==1.5.0
|
| 4 |
+
websockets>=10,<13
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# If you really need model libs, uncomment:
|
| 8 |
# transformers==4.44.2
|