Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -26
requirements.txt
CHANGED
|
@@ -1,39 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
pip==24.3.1
|
| 3 |
-
faster-whisper==0.10.0
|
| 4 |
-
nest_asyncio
|
| 5 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 6 |
-
torch==2.1.0+cu118
|
| 7 |
-
torchvision==0.16.0+cu118
|
| 8 |
-
torchaudio==2.1.0+cu118
|
| 9 |
-
yt-dlp
|
| 10 |
-
gradio==4.19.2
|
| 11 |
-
pydub==0.25.1
|
| 12 |
-
edge_tts==6.1.7
|
| 13 |
-
deep_translator==1.11.4
|
| 14 |
-
git+https://github.com/m-bain/whisperX.git@a5dca2c
|
| 15 |
-
gTTS
|
| 16 |
-
gradio_client==0.10.1
|
| 17 |
-
praat-parselmouth==0.4.3
|
| 18 |
pyworld==0.3.2
|
| 19 |
faiss-cpu==1.7.3
|
| 20 |
torchcrepe==0.0.20
|
| 21 |
ffmpeg-python>=0.2.0
|
| 22 |
-
|
| 23 |
gdown
|
| 24 |
rarfile
|
| 25 |
-
IPython
|
| 26 |
transformers
|
| 27 |
accelerate
|
| 28 |
optimum
|
| 29 |
sentencepiece
|
| 30 |
srt
|
| 31 |
-
onnxruntime-gpu
|
| 32 |
git+https://github.com/R3gm/openvoice_package.git@lite
|
|
|
|
|
|
|
| 33 |
# Documents
|
| 34 |
-
|
| 35 |
-
python-docx
|
| 36 |
-
|
| 37 |
-
# after this
|
| 38 |
-
# pip install git+https://github.com/omry/omegaconf.git@refs/pull/1137/merge
|
| 39 |
-
|
|
|
|
| 1 |
+
praat-parselmouth>=0.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pyworld==0.3.2
|
| 3 |
faiss-cpu==1.7.3
|
| 4 |
torchcrepe==0.0.20
|
| 5 |
ffmpeg-python>=0.2.0
|
| 6 |
+
fairseq==0.12.2
|
| 7 |
gdown
|
| 8 |
rarfile
|
|
|
|
| 9 |
transformers
|
| 10 |
accelerate
|
| 11 |
optimum
|
| 12 |
sentencepiece
|
| 13 |
srt
|
|
|
|
| 14 |
git+https://github.com/R3gm/openvoice_package.git@lite
|
| 15 |
+
openai==1.14.3
|
| 16 |
+
tiktoken==0.6.0
|
| 17 |
# Documents
|
| 18 |
+
pypdf==4.2.0
|
| 19 |
+
python-docx
|
|
|
|
|
|
|
|
|
|
|
|