Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
|
|
|
|
|
2 |
diffusers>=0.30.0
|
3 |
transformers>=4.35.0
|
4 |
-
torch
|
5 |
-
|
6 |
-
|
7 |
-
|
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
|
|
|
1 |
+
# ZeroGPU requirements
|
2 |
+
spaces
|
3 |
+
gradio
|
4 |
diffusers>=0.30.0
|
5 |
transformers>=4.35.0
|
6 |
+
torch
|
7 |
+
accelerate
|
8 |
+
pillow
|
9 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|