Update requirements.txt
Browse files- requirements.txt +2 -17
requirements.txt
CHANGED
@@ -1,20 +1,5 @@
|
|
1 |
-
git+https://github.com/
|
2 |
-
deepfilternet
|
3 |
-
fastapi
|
4 |
-
uvicorn
|
5 |
-
tyro
|
6 |
-
tiktoken
|
7 |
-
moviepy
|
8 |
-
pyloudnorm
|
9 |
numpy==1.23.4
|
10 |
-
nltk
|
11 |
pandas
|
12 |
scipy
|
13 |
-
|
14 |
-
einops
|
15 |
-
librosa==0.9.2
|
16 |
-
dlib==19.24.0
|
17 |
-
pyloudnorm
|
18 |
-
pydub
|
19 |
-
noisereduce
|
20 |
-
audiocraft
|
|
|
1 |
+
git+https://github.com/amamrnaf/TTS.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==1.23.4
|
|
|
3 |
pandas
|
4 |
scipy
|
5 |
+
audiocraft
|
|
|
|
|
|
|
|
|
|
|
|
|
|