Commit
·
9e975a6
1
Parent(s):
9feef63
Update huggingface-hub version constraint in requirements.txt to allow versions between 0.24.0 and 0.25.0 for improved compatibility and features.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
huggingface-hub>=0.
|
3 |
diffusers==0.24.0
|
4 |
einops==0.7.0
|
5 |
Pillow==10.1.0
|
|
|
1 |
gradio
|
2 |
+
huggingface-hub>=0.24.0,<0.25.0
|
3 |
diffusers==0.24.0
|
4 |
einops==0.7.0
|
5 |
Pillow==10.1.0
|