Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filesFound the correct torch and ctranslate2 versions
- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
torch
|
2 |
-
torchaudio
|
3 |
transformers==4.55.0
|
4 |
ctranslate2==4.6.0
|
5 |
faster_whisper==1.2.0
|
6 |
hf_transfer==0.1.9
|
7 |
pyannote.audio==3.3.2
|
8 |
yt-dlp==2025.7.21
|
9 |
-
gradio
|
10 |
librosa==0.10.1
|
11 |
ffmpeg-python==0.2.0
|
12 |
aina-gradio-theme==2.3
|
13 |
-
spaces
|
14 |
peft==0.11.1
|
15 |
whisper_timestamped==1.15.8
|
16 |
typing==3.7.4.3
|
|
|
1 |
+
torch==2.8.0
|
2 |
+
torchaudio==2.8.0
|
3 |
transformers==4.55.0
|
4 |
ctranslate2==4.6.0
|
5 |
faster_whisper==1.2.0
|
6 |
hf_transfer==0.1.9
|
7 |
pyannote.audio==3.3.2
|
8 |
yt-dlp==2025.7.21
|
9 |
+
gradio==5.41.1
|
10 |
librosa==0.10.1
|
11 |
ffmpeg-python==0.2.0
|
12 |
aina-gradio-theme==2.3
|
13 |
+
spaces==0.39.0
|
14 |
peft==0.11.1
|
15 |
whisper_timestamped==1.15.8
|
16 |
typing==3.7.4.3
|