Spaces:
Running
Running
Upload pre-requirements.txt
Browse files- pre-requirements.txt +17 -0
pre-requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip==23.1.2
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
torch==2.2.0 # +cu121
|
4 |
+
torchvision # <=0.17.0+cu121
|
5 |
+
torchaudio # <=2.2.0+cu121
|
6 |
+
ctranslate2<=4.4.0
|
7 |
+
yt-dlp
|
8 |
+
gradio==4.19.2
|
9 |
+
pydub==0.25.1
|
10 |
+
edge_tts==6.1.7
|
11 |
+
deep_translator==1.11.4
|
12 |
+
git+https://github.com/R3gm/[email protected]
|
13 |
+
git+https://github.com/R3gm/whisperX.git@cuda_12_x
|
14 |
+
nest_asyncio
|
15 |
+
gTTS
|
16 |
+
gradio_client==0.10.1
|
17 |
+
IPython
|