Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -10
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
accelerate
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.40.0
|
2 |
+
diffusers>=0.30.0
|
3 |
+
transformers>=4.35.0
|
4 |
+
torch>=2.0.0
|
5 |
+
torchvision>=0.15.0
|
6 |
+
accelerate>=0.24.0
|
7 |
+
xformers>=0.0.22
|
8 |
+
opencv-python-headless>=4.8.0
|
9 |
+
pillow>=9.5.0
|
10 |
+
numpy>=1.24.0
|
11 |
+
imageio>=2.31.0
|
12 |
+
imageio-ffmpeg>=0.4.8
|
13 |
+
av>=10.0.0
|