Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
numpy
|
2 |
-
gradio
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
-
requests
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
pydub
|
11 |
-
TTS==0.21.0
|
12 |
sentence-transformers==2.7.0
|
13 |
-
huggingface-hub
|
14 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
+
numpy==1.24.3
|
2 |
+
gradio>=4.13.0
|
3 |
+
transformers==4.33.3
|
4 |
+
torch==2.1.0
|
5 |
+
torchvision==0.16.0
|
6 |
+
requests==2.31.0
|
7 |
+
keybert==0.7.0
|
8 |
+
moviepy==1.0.3
|
9 |
+
TTS==0.21.2
|
|
|
|
|
10 |
sentence-transformers==2.7.0
|
11 |
+
huggingface-hub==0.16.4
|
12 |
--extra-index-url https://download.pytorch.org/whl/cpu
|