Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -16,9 +16,12 @@ joblib
|
|
16 |
pyloudnorm
|
17 |
whisper
|
18 |
Pillow
|
|
|
19 |
protobuf<4
|
20 |
click<8.1
|
21 |
pydantic~=1.0
|
|
|
|
|
22 |
huggingface_hub>=0.23.0
|
23 |
transformers>=4.40.0
|
24 |
torchmetrics>=0.7.0
|
|
|
16 |
pyloudnorm
|
17 |
whisper
|
18 |
Pillow
|
19 |
+
pyannote.audio
|
20 |
protobuf<4
|
21 |
click<8.1
|
22 |
pydantic~=1.0
|
23 |
+
|
24 |
+
# Force updated versions
|
25 |
huggingface_hub>=0.23.0
|
26 |
transformers>=4.40.0
|
27 |
torchmetrics>=0.7.0
|