Spaces:
Paused
Paused
Merge branch 'main' of https://huggingface.co/spaces/amamrnaf/voice_clone
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pydantic
|
2 |
+
pydub
|
3 |
+
python-dotenv
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
uvicorn
|
7 |
+
cutlet
|
8 |
+
coqui-tts[languages]==0.25.0
|
9 |
+
transformers==4.46.2
|
10 |
+
uuid
|
11 |
+
spacy==3.7.2
|
12 |
+
noisereduce
|
13 |
+
moviepy
|
14 |
+
pyloudnorm
|