Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
whisperplus
|
2 |
wheel
|
3 |
-
git+https://github.com/huggingface/transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
whisperplus
|
2 |
wheel
|
3 |
+
git+https://github.com/huggingface/transformers
|
4 |
+
pyannote.audio>=3.1.0
|
5 |
+
pyannote.core>=5.0.0
|
6 |
+
pyannote.database>=5.0.1
|
7 |
+
pyannote.metrics>=3.2.1
|
8 |
+
pyannote.pipeline>=3.0.1
|
9 |
+
torchaudio>=2.0.0
|
10 |
+
speechbrain
|
11 |
+
huggingface_hub[cli]
|