Spaces:
Build error
Build error
Update pre-requirements.txt
Browse files- pre-requirements.txt +4 -4
pre-requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
torch==
|
2 |
-
torchvision==0.
|
3 |
-
torchaudio==
|
4 |
yt-dlp
|
5 |
gradio==4.19.2
|
6 |
pydub==0.25.1
|
7 |
edge_tts==6.1.7
|
8 |
deep_translator==1.11.4
|
9 |
git+https://github.com/R3gm/[email protected]
|
10 |
-
git+https://github.com/R3gm/whisperX.git
|
11 |
nest_asyncio
|
12 |
gTTS
|
13 |
gradio_client==0.10.1
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
torchvision==0.14.1
|
3 |
+
torchaudio==0.13.1
|
4 |
yt-dlp
|
5 |
gradio==4.19.2
|
6 |
pydub==0.25.1
|
7 |
edge_tts==6.1.7
|
8 |
deep_translator==1.11.4
|
9 |
git+https://github.com/R3gm/[email protected]
|
10 |
+
git+https://github.com/R3gm/whisperX.git
|
11 |
nest_asyncio
|
12 |
gTTS
|
13 |
gradio_client==0.10.1
|