Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ gradio[oauth,mcp]==5.42.0
|
|
| 2 |
uvicorn>=0.14.0
|
| 3 |
websockets>=10.4
|
| 4 |
spaces
|
| 5 |
-
huggingface-hub
|
| 6 |
-
hf-transfer
|
|
|
|
|
|
| 2 |
uvicorn>=0.14.0
|
| 3 |
websockets>=10.4
|
| 4 |
spaces
|
| 5 |
+
huggingface-hub==0.22.2
|
| 6 |
+
hf-transfer==0.1.6
|
| 7 |
+
transformers>=4.38.0
|