Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
β’
2875bf5
1
Parent(s):
87c2af6
Update requirements.txt
Browse files- requirements.txt +20 -11
requirements.txt
CHANGED
@@ -1,17 +1,26 @@
|
|
1 |
-
TTS@ git+https://github.com/coqui-ai/tts.git
|
2 |
-
jiwer
|
3 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
googletrans==4.0.0-rc1
|
5 |
-
wget
|
6 |
ffmpeg-python
|
7 |
-
scipy
|
8 |
-
soundfile
|
9 |
pydub
|
10 |
-
scikit-learn
|
11 |
-
librosa
|
12 |
opencv-python
|
13 |
-
torch
|
14 |
torchvision
|
15 |
-
|
16 |
-
numba
|
17 |
-
mediapipe==0.8.11
|
|
|
|
|
|
|
1 |
numpy
|
2 |
+
cython
|
3 |
+
torch
|
4 |
+
torchaudio
|
5 |
+
soundfile
|
6 |
+
librosa
|
7 |
+
scikit-learn
|
8 |
+
numba
|
9 |
+
inflect
|
10 |
+
tqdm
|
11 |
+
anyascii
|
12 |
+
pyyaml
|
13 |
+
fsspec
|
14 |
+
aiohttp
|
15 |
+
packaging
|
16 |
+
pysbd
|
17 |
+
umap-learn
|
18 |
+
pandas
|
19 |
+
jiwer
|
20 |
googletrans==4.0.0-rc1
|
|
|
21 |
ffmpeg-python
|
22 |
+
scipy
|
|
|
23 |
pydub
|
|
|
|
|
24 |
opencv-python
|
|
|
25 |
torchvision
|
26 |
+
mediapipe
|
|
|
|