Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -17
requirements.txt
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
torch
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
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
|
|
|
1 |
+
gradio
|
2 |
+
edge_tts
|
3 |
+
torch
|
4 |
+
imageio
|
5 |
+
opencv-python
|
6 |
+
diffusers
|
7 |
+
huggingface_hub
|
8 |
+
safetensors
|
9 |
+
pillow
|
10 |
+
transformers
|
11 |
+
moviepy
|
12 |
+
numpy
|
|
|
|
|
|
|
|
|
|