Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,5 +3,5 @@ torch==2.0.1
|
|
3 |
transformers==4.34.1
|
4 |
Pillow==10.0.1
|
5 |
streamlit==1.28.0
|
6 |
-
huggingface_hub==0.16.4
|
7 |
accelerate==0.24.1
|
|
|
3 |
transformers==4.34.1
|
4 |
Pillow==10.0.1
|
5 |
streamlit==1.28.0
|
6 |
+
huggingface_hub==0.16.4 # Use this version to avoid the error
|
7 |
accelerate==0.24.1
|