Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -16,7 +16,6 @@ joblib
|
|
16 |
pyloudnorm
|
17 |
whisper
|
18 |
Pillow
|
19 |
-
pyannote.audio
|
20 |
protobuf<4
|
21 |
click<8.1
|
22 |
pydantic~=1.0
|
@@ -24,4 +23,7 @@ pydantic~=1.0
|
|
24 |
# Force updated versions
|
25 |
huggingface_hub>=0.23.0
|
26 |
transformers>=4.40.0
|
27 |
-
torchmetrics>=0.7.0
|
|
|
|
|
|
|
|
16 |
pyloudnorm
|
17 |
whisper
|
18 |
Pillow
|
|
|
19 |
protobuf<4
|
20 |
click<8.1
|
21 |
pydantic~=1.0
|
|
|
23 |
# Force updated versions
|
24 |
huggingface_hub>=0.23.0
|
25 |
transformers>=4.40.0
|
26 |
+
torchmetrics>=0.7.0
|
27 |
+
|
28 |
+
# Install manually during runtime
|
29 |
+
# pip install git+https://github.com/myshell-ai/OpenVoice.git
|