Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +20 -1
requirements.txt
CHANGED
@@ -1,2 +1,21 @@
|
|
1 |
gradio
|
2 |
-
TTS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
git+https://github.com/mbarnig/TTS.git
|
3 |
+
numpy==1.22
|
4 |
+
cython>=0.29.30
|
5 |
+
scipy>=1.11.2
|
6 |
+
torch>=2.1
|
7 |
+
torchaudio
|
8 |
+
soundfile>=0.12.0
|
9 |
+
librosa>=0.10.0
|
10 |
+
scikit-learn>=1.3.0
|
11 |
+
numba>=0.57.0
|
12 |
+
inflect>=5.6.0
|
13 |
+
tqdm>=4.64.1
|
14 |
+
anyascii>=0.3.0
|
15 |
+
pyyaml>=6.0
|
16 |
+
fsspec>=2023.6.0
|
17 |
+
aiohttp>=3.8.1
|
18 |
+
packaging>=23.1
|
19 |
+
mutagen==1.47.0
|
20 |
+
flask>=2.0.1
|
21 |
+
pysbd>=0.3.4
|