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