Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -12
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
keybert
|
8 |
-
moviepy
|
9 |
-
|
10 |
-
sentence-transformers
|
11 |
-
huggingface-hub
|
12 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
+
gradio==4.37.2
|
2 |
+
transformers==4.41.2
|
3 |
+
torch==2.3.0
|
4 |
+
edge-tts==6.1.10
|
5 |
+
requests==2.32.3
|
6 |
+
pexels-api==1.0.1
|
7 |
+
keybert==0.8.2
|
8 |
+
moviepy==1.0.3
|
9 |
+
pydub==0.25.1
|
|
|
|
|
|