Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# Try development versions
|
2 |
spaces>=0.29.0
|
3 |
gradio>=4.40.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
@@ -7,4 +6,6 @@ torch>=2.1.0
|
|
7 |
accelerate>=0.25.0
|
8 |
pillow>=10.0.0
|
9 |
numpy>=1.24.0
|
10 |
-
opencv-python-headless>=4.8.0
|
|
|
|
|
|
|
|
1 |
spaces>=0.29.0
|
2 |
gradio>=4.40.0
|
3 |
git+https://github.com/huggingface/diffusers.git
|
|
|
6 |
accelerate>=0.25.0
|
7 |
pillow>=10.0.0
|
8 |
numpy>=1.24.0
|
9 |
+
opencv-python-headless>=4.8.0
|
10 |
+
huggingface-hub>=0.20.0
|
11 |
+
xformers>=0.0.22
|