Spaces:
Runtime error
Runtime error
Update requirements-whisper.txt
Browse files- requirements-whisper.txt +8 -1
requirements-whisper.txt
CHANGED
@@ -3,7 +3,14 @@ git+https://github.com/openai/whisper.git
|
|
3 |
transformers
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.38.0
|
|
|
6 |
yt-dlp
|
7 |
torchaudio
|
8 |
altair
|
9 |
-
json5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
transformers
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.38.0
|
6 |
+
gradio-client==0.8.1
|
7 |
yt-dlp
|
8 |
torchaudio
|
9 |
altair
|
10 |
+
json5
|
11 |
+
|
12 |
+
# Needed by diarization
|
13 |
+
intervaltree
|
14 |
+
srt
|
15 |
+
torch
|
16 |
+
https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
|