Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
gradio==4.19.2
|
|
|
2 |
torch==2.1.2
|
3 |
transformers==4.37.2
|
4 |
-
keybert==0.8.3
|
5 |
sentence-transformers==2.2.2
|
6 |
-
|
|
|
|
|
|
|
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
|
|
|
|
1 |
gradio==4.19.2
|
2 |
+
|
3 |
torch==2.1.2
|
4 |
transformers==4.37.2
|
|
|
5 |
sentence-transformers==2.2.2
|
6 |
+
keybert==0.8.3
|
7 |
+
|
8 |
+
TTS==0.25.3 # ➜ versión que NO obliga a numpy 1.22
|
9 |
+
numpy==1.23.5 # ➜ compatible con librosa y el resto
|
10 |
|
11 |
moviepy==1.0.3
|
12 |
imageio==2.33.1
|
13 |
imageio-ffmpeg==0.4.9
|
14 |
|
|
|
|
|
|
|
15 |
librosa==0.10.1
|
16 |
+
scipy==1.11.4
|
17 |
soundfile==0.12.1
|
18 |
+
Pillow==10.2.0
|
19 |
+
requests==2.31.0
|