Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,17 +1,16 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
torch==2.7.1
|
| 3 |
torchaudio==2.7.1
|
| 4 |
-
transformers
|
| 5 |
-
ctranslate2
|
| 6 |
-
faster_whisper
|
| 7 |
-
hf_transfer
|
| 8 |
-
pyannote.audio
|
| 9 |
-
yt-dlp
|
| 10 |
gradio
|
| 11 |
librosa==0.10.1
|
| 12 |
ffmpeg-python==0.2.0
|
| 13 |
aina-gradio-theme==2.3
|
| 14 |
spaces
|
| 15 |
peft==0.11.1
|
| 16 |
-
whisper_timestamped
|
| 17 |
-
typing
|
|
|
|
|
|
|
| 1 |
torch==2.7.1
|
| 2 |
torchaudio==2.7.1
|
| 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
|