Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
git+https://github.com/fffiloni/TTS.git
|
2 |
-
transformers
|
3 |
torch==2.0.1
|
4 |
torchaudio==2.0.2
|
5 |
-
|
6 |
-
numpy
|
7 |
-
scikit-learn
|
8 |
scipy
|
9 |
pydub
|
10 |
diffq
|
11 |
demucs
|
|
|
|
|
|
|
|
1 |
torch==2.0.1
|
2 |
torchaudio==2.0.2
|
3 |
+
transformers
|
|
|
|
|
4 |
scipy
|
5 |
pydub
|
6 |
diffq
|
7 |
demucs
|
8 |
+
git+https://github.com/fffiloni/TTS.git
|