Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
numpy
|
2 |
gradio>=4.13.0
|
3 |
-
transformers
|
4 |
torch==2.1.0
|
5 |
torchvision==0.16.0
|
6 |
-
requests
|
7 |
-
keybert
|
8 |
-
moviepy
|
9 |
-
TTS
|
10 |
-
sentence-transformers
|
11 |
-
huggingface-hub
|
12 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
+
numpy
|
2 |
gradio>=4.13.0
|
3 |
+
transformers
|
4 |
torch==2.1.0
|
5 |
torchvision==0.16.0
|
6 |
+
requests
|
7 |
+
keybert
|
8 |
+
moviepy
|
9 |
+
TTS
|
10 |
+
sentence-transformers
|
11 |
+
huggingface-hub
|
12 |
--extra-index-url https://download.pytorch.org/whl/cpu
|