Merge branch 'main' of https://huggingface.co/spaces/amamrnaf/voice_clone
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
Cython==0.29.36
|
| 3 |
-
spacy==3.0.6
|
| 4 |
git+https://github.com/metavoiceio/metavoice-src.git
|
| 5 |
pydantic
|
| 6 |
pydub
|
|
@@ -9,10 +7,9 @@ torch
|
|
| 9 |
torchaudio
|
| 10 |
uvicorn
|
| 11 |
cutlet
|
| 12 |
-
coqui-tts[languages]
|
| 13 |
-
transformers
|
| 14 |
uuid
|
| 15 |
-
spacy
|
| 16 |
noisereduce
|
| 17 |
moviepy
|
| 18 |
pyloudnorm
|
|
|
|
| 1 |
+
spacy==3.7.2
|
|
|
|
|
|
|
| 2 |
git+https://github.com/metavoiceio/metavoice-src.git
|
| 3 |
pydantic
|
| 4 |
pydub
|
|
|
|
| 7 |
torchaudio
|
| 8 |
uvicorn
|
| 9 |
cutlet
|
| 10 |
+
coqui-tts[languages]==0.24.1
|
| 11 |
+
transformers==4.36.2
|
| 12 |
uuid
|
|
|
|
| 13 |
noisereduce
|
| 14 |
moviepy
|
| 15 |
pyloudnorm
|