Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,9 +7,11 @@
|
|
7 |
gradio
|
8 |
pytubefix
|
9 |
transformers
|
|
|
10 |
torch==2.6
|
11 |
numpy==1.26.0
|
12 |
-
torchaudio==2.3.1
|
|
|
13 |
ruamel.yaml==0.18.6
|
14 |
faster-whisper==1.1.1
|
15 |
pyannote.audio==3.3.1
|
|
|
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
|