Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
numpy==1.22.0
|
2 |
-
gradio==
|
3 |
transformers==4.34.0
|
4 |
torch==2.1.0
|
5 |
torchvision==0.16.0
|
@@ -11,4 +11,5 @@ moviepy==1.0.3
|
|
11 |
pydub==0.25.1
|
12 |
TTS==0.21.0
|
13 |
sentence-transformers==2.7.0
|
|
|
14 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
numpy==1.22.0
|
2 |
+
gradio==3.50.0
|
3 |
transformers==4.34.0
|
4 |
torch==2.1.0
|
5 |
torchvision==0.16.0
|
|
|
11 |
pydub==0.25.1
|
12 |
TTS==0.21.0
|
13 |
sentence-transformers==2.7.0
|
14 |
+
huggingface-hub==0.19.4
|
15 |
--extra-index-url https://download.pytorch.org/whl/cpu
|