Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,19 +1,16 @@
|
|
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 |
-
|
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 |
-
|
16 |
-
scipy==1.
|
17 |
soundfile==0.12.1
|
18 |
Pillow==10.2.0
|
19 |
requests==2.31.0
|
|
|
1 |
gradio==4.19.2
|
|
|
2 |
torch==2.1.2
|
3 |
transformers==4.37.2
|
4 |
sentence-transformers==2.2.2
|
5 |
keybert==0.8.3
|
6 |
+
TTS==0.22.0
|
7 |
+
numpy==1.22.0
|
|
|
|
|
8 |
moviepy==1.0.3
|
9 |
imageio==2.33.1
|
10 |
imageio-ffmpeg==0.4.9
|
11 |
+
librosa==0.9.2
|
12 |
+
numba==0.56.4
|
13 |
+
scipy==1.10.1
|
14 |
soundfile==0.12.1
|
15 |
Pillow==10.2.0
|
16 |
requests==2.31.0
|