Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
-
gradio==
|
2 |
-
torch==2.
|
|
|
3 |
transformers==4.37.2
|
4 |
sentence-transformers==2.7.0
|
5 |
keybert==0.8.3
|
6 |
-
|
7 |
-
numpy==1.24.3
|
8 |
moviepy==1.0.3
|
9 |
imageio==2.33.1
|
10 |
imageio-ffmpeg==0.4.9
|
11 |
-
librosa
|
12 |
-
numba==0.
|
13 |
-
scipy
|
14 |
-
soundfile
|
15 |
Pillow==10.2.0
|
16 |
-
requests==2.31.0
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
torch==2.2.0
|
3 |
+
huggingface_hub==0.20.3
|
4 |
transformers==4.37.2
|
5 |
sentence-transformers==2.7.0
|
6 |
keybert==0.8.3
|
7 |
+
numpy~=1.23.4
|
|
|
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.9.3
|
14 |
+
soundfile~=0.12.0
|
15 |
Pillow==10.2.0
|
16 |
+
requests==2.31.0
|
17 |
+
phonemizer==3.2.1
|
18 |
+
tqdm~=4.64.1
|