Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filesLet faster_whisper and ctranslate2 to be the most recent version
- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
transformers
|
| 2 |
numpy<2
|
| 3 |
torch>=2.3.1
|
|
|
|
| 4 |
pyannote.audio
|
| 5 |
yt-dlp
|
| 6 |
gradio==5.15.0
|
|
@@ -12,5 +13,5 @@ spaces
|
|
| 12 |
peft==0.11.1
|
| 13 |
whisper_timestamped
|
| 14 |
typing
|
| 15 |
-
faster_whisper
|
| 16 |
-
ctranslate2
|
|
|
|
| 1 |
transformers
|
| 2 |
numpy<2
|
| 3 |
torch>=2.3.1
|
| 4 |
+
hf_transfer
|
| 5 |
pyannote.audio
|
| 6 |
yt-dlp
|
| 7 |
gradio==5.15.0
|
|
|
|
| 13 |
peft==0.11.1
|
| 14 |
whisper_timestamped
|
| 15 |
typing
|
| 16 |
+
faster_whisper
|
| 17 |
+
ctranslate2
|