Spaces:
Paused
Paused
artificialguybr
commited on
Commit
•
0b59a58
1
Parent(s):
1edf1f9
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -8,5 +8,12 @@ scipy
|
|
8 |
soundfile
|
9 |
pydub
|
10 |
scikit-learn
|
|
|
|
|
|
|
|
|
11 |
torch
|
|
|
|
|
|
|
12 |
TTS@ git+https://github.com/coqui-ai/tts.git
|
|
|
8 |
soundfile
|
9 |
pydub
|
10 |
scikit-learn
|
11 |
+
librosa
|
12 |
+
numpy
|
13 |
+
opencv-contrib-python
|
14 |
+
opencv-python
|
15 |
torch
|
16 |
+
torchvision
|
17 |
+
tqdm
|
18 |
+
numba
|
19 |
TTS@ git+https://github.com/coqui-ai/tts.git
|