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