Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -7,15 +7,13 @@
|
|
7 |
gradio
|
8 |
pytubefix
|
9 |
transformers
|
10 |
-
#torch==2.3.1
|
11 |
torch==2.6
|
12 |
numpy==1.26.0
|
13 |
-
#torchaudio==2.3.1
|
14 |
torchaudio==2.6
|
15 |
ruamel.yaml==0.18.6
|
16 |
faster-whisper==1.1.1
|
17 |
pyannote.audio==3.3.1
|
18 |
-
ctranslate2==4.
|
19 |
git+https://github.com/jhj0517/pyrubberband.git
|
20 |
git+https://github.com/jhj0517/jhj0517-whisper.git
|
21 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
|
|
7 |
gradio
|
8 |
pytubefix
|
9 |
transformers
|
|
|
10 |
torch==2.6
|
11 |
numpy==1.26.0
|
|
|
12 |
torchaudio==2.6
|
13 |
ruamel.yaml==0.18.6
|
14 |
faster-whisper==1.1.1
|
15 |
pyannote.audio==3.3.1
|
16 |
+
ctranslate2==4.5
|
17 |
git+https://github.com/jhj0517/pyrubberband.git
|
18 |
git+https://github.com/jhj0517/jhj0517-whisper.git
|
19 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|