Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
torch
|
4 |
-
imageio
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
edge-tts==6.1.9
|
3 |
+
torch==2.1.2
|
4 |
+
imageio==2.33.1
|
5 |
+
imageio-ffmpeg==0.4.9
|
6 |
+
opencv-python==4.9.0.80
|
7 |
+
diffusers==0.26.3
|
8 |
+
huggingface_hub==0.20.3
|
9 |
+
safetensors==0.4.2
|
10 |
+
pillow==10.2.0
|
11 |
+
transformers==4.36.2
|
12 |
+
moviepy==1.0.3
|
13 |
+
numpy==1.26.3
|