update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
controlnet-aux>=0.0.9
|
|
|
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
Pillow
|
|
|
|
| 1 |
+
gradio>=4.0.0,<5.0.0
|
| 2 |
controlnet-aux>=0.0.9
|
| 3 |
+
huggingface_hub<0.24
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
Pillow
|