Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -4,16 +4,15 @@
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
| 7 |
-
|
| 8 |
-
torch==2.3.1
|
| 9 |
-
torchaudio==2.3.1
|
| 10 |
-
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 11 |
-
faster-whisper==1.0.3
|
| 12 |
-
transformers
|
| 13 |
gradio
|
| 14 |
pytubefix
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
ruamel.yaml==0.18.6
|
|
|
|
| 16 |
pyannote.audio==3.3.1
|
| 17 |
-
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
| 18 |
git+https://github.com/jhj0517/pyrubberband.git
|
| 19 |
-
|
|
|
|
|
|
| 4 |
# For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
gradio
|
| 8 |
pytubefix
|
| 9 |
+
transformers
|
| 10 |
+
torch==2.3.1
|
| 11 |
+
numpy==1.26.0
|
| 12 |
+
torchaudio==2.3.1
|
| 13 |
ruamel.yaml==0.18.6
|
| 14 |
+
faster-whisper==1.0.3
|
| 15 |
pyannote.audio==3.3.1
|
|
|
|
| 16 |
git+https://github.com/jhj0517/pyrubberband.git
|
| 17 |
+
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 18 |
+
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|