Spaces:
Runtime error
Runtime error
update huggingface-hub
Browse filesIn huggingface-hub==0.22.2, I got this error : ImportError: cannot import name 'HFValidationError' from 'huggingface_hub.errors' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/errors.py
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -24,7 +24,7 @@ gradio_client==0.14.0
|
|
| 24 |
h11==0.14.0
|
| 25 |
httpcore==1.0.5
|
| 26 |
httpx==0.27.0
|
| 27 |
-
huggingface-hub==0.
|
| 28 |
idna==3.6
|
| 29 |
importlib_metadata==7.1.0
|
| 30 |
importlib_resources==6.4.0
|
|
|
|
| 24 |
h11==0.14.0
|
| 25 |
httpcore==1.0.5
|
| 26 |
httpx==0.27.0
|
| 27 |
+
huggingface-hub==0.23.2
|
| 28 |
idna==3.6
|
| 29 |
importlib_metadata==7.1.0
|
| 30 |
importlib_resources==6.4.0
|