Spaces:
Running
Running
update lib
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
gradio==4.0.2
|
2 |
torch
|
3 |
torchvision
|
4 |
-
diffusers>=0.24.0
|
5 |
-
transformers
|
6 |
-
accelerate
|
7 |
-
huggingface_hub
|
8 |
pillow
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.0.2
|
2 |
torch
|
3 |
torchvision
|
|
|
|
|
|
|
|
|
4 |
pillow
|
5 |
+
numpy
|
6 |
+
imageio==2.31.1
|
7 |
+
imageio-ffmpeg
|
8 |
+
decorator>=4.0.2
|
9 |
+
tqdm>=4.11.2
|
10 |
+
proglog<=1.0.0
|
11 |
+
requests
|
12 |
+
moviepy==1.0.3
|