Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -4,12 +4,14 @@ transformers==4.37.2
|
|
4 |
keybert==0.8.3
|
5 |
sentence-transformers==2.2.2
|
6 |
TTS==0.22.0
|
|
|
7 |
moviepy==1.0.3
|
8 |
imageio==2.33.1
|
9 |
imageio-ffmpeg==0.4.9
|
|
|
10 |
requests==2.31.0
|
11 |
-
numpy==1.
|
12 |
scipy==1.11.4
|
13 |
-
soundfile==0.12.1
|
14 |
librosa==0.10.1
|
|
|
15 |
Pillow==10.2.0
|
|
|
4 |
keybert==0.8.3
|
5 |
sentence-transformers==2.2.2
|
6 |
TTS==0.22.0
|
7 |
+
|
8 |
moviepy==1.0.3
|
9 |
imageio==2.33.1
|
10 |
imageio-ffmpeg==0.4.9
|
11 |
+
|
12 |
requests==2.31.0
|
13 |
+
numpy==1.22.0 # ← versión compatible con TTS
|
14 |
scipy==1.11.4
|
|
|
15 |
librosa==0.10.1
|
16 |
+
soundfile==0.12.1
|
17 |
Pillow==10.2.0
|