Merge branch 'main' of https://huggingface.co/spaces/amamrnaf/voice_clone
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
spacy==3.7.2
|
| 2 |
-
git+https://github.com/
|
| 3 |
pydantic
|
| 4 |
pydub
|
| 5 |
python-dotenv
|
|
@@ -13,4 +13,9 @@ uuid
|
|
| 13 |
noisereduce
|
| 14 |
moviepy
|
| 15 |
pyloudnorm
|
| 16 |
-
deepfilternet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
spacy==3.7.2
|
| 2 |
+
git+https://github.com/amamrnaf/metavoice-src.git
|
| 3 |
pydantic
|
| 4 |
pydub
|
| 5 |
python-dotenv
|
|
|
|
| 13 |
noisereduce
|
| 14 |
moviepy
|
| 15 |
pyloudnorm
|
| 16 |
+
deepfilternet
|
| 17 |
+
tyro
|
| 18 |
+
tiktoken
|
| 19 |
+
moviepy
|
| 20 |
+
einops
|
| 21 |
+
audiocraft
|