Commit
·
8a76def
1
Parent(s):
8690d62
Update requirements.txt to remove specific version for huggingface-hub, allowing for more flexible dependency management.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
huggingface-hub
|
3 |
diffusers==0.24.0
|
4 |
einops==0.7.0
|
5 |
Pillow==10.1.0
|
|
|
1 |
gradio
|
2 |
+
huggingface-hub
|
3 |
diffusers==0.24.0
|
4 |
einops==0.7.0
|
5 |
Pillow==10.1.0
|