Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -14
requirements.txt
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
-
gradio==4.25.0
|
2 |
-
edge-tts==6.1.3
|
3 |
-
torch==2.3.0
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==4.25.0
|
2 |
+
edge-tts==6.1.3
|
3 |
+
torch==2.3.0
|
4 |
+
diffusers==0.28.2
|
5 |
+
transformers==4.41.0
|
6 |
+
imageio==2.34.0
|
7 |
+
opencv-python==4.9.0.80
|
8 |
+
moviepy==1.0.3
|
9 |
+
safetensors==0.4.2
|
10 |
+
huggingface-hub==0.23.0
|
11 |
+
numpy==1.26.4
|
12 |
+
Pillow==10.3.0
|
13 |
+
accelerate==0.30.0
|
14 |
+
func-timeout==4.3.5
|
15 |
+
psutil==5.9.8
|
16 |
+
tqdm==4.66.2
|
17 |
+
scipy==1.13.0
|