Spaces:
Running
Running
Adding diarization requirements
Browse files- requirements-fasterWhisper.txt +7 -1
- requirements-whisper.txt +7 -1
- requirements.txt +7 -1
requirements-fasterWhisper.txt
CHANGED
@@ -6,4 +6,10 @@ yt-dlp
|
|
6 |
json5
|
7 |
torch
|
8 |
torchaudio
|
9 |
-
more_itertools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
json5
|
7 |
torch
|
8 |
torchaudio
|
9 |
+
more_itertools
|
10 |
+
|
11 |
+
# Needed by diarization
|
12 |
+
intervaltree
|
13 |
+
srt
|
14 |
+
torch
|
15 |
+
https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
|
requirements-whisper.txt
CHANGED
@@ -6,4 +6,10 @@ gradio==3.38.0
|
|
6 |
yt-dlp
|
7 |
torchaudio
|
8 |
altair
|
9 |
-
json5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
yt-dlp
|
7 |
torchaudio
|
8 |
altair
|
9 |
+
json5
|
10 |
+
|
11 |
+
# Needed by diarization
|
12 |
+
intervaltree
|
13 |
+
srt
|
14 |
+
torch
|
15 |
+
https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
|
requirements.txt
CHANGED
@@ -6,4 +6,10 @@ gradio==3.38.0
|
|
6 |
yt-dlp
|
7 |
torchaudio
|
8 |
altair
|
9 |
-
json5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
yt-dlp
|
7 |
torchaudio
|
8 |
altair
|
9 |
+
json5
|
10 |
+
|
11 |
+
# Needed by diarization
|
12 |
+
intervaltree
|
13 |
+
srt
|
14 |
+
torch
|
15 |
+
https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
|