Spaces:
Sleeping
Sleeping
Ntabukiraniro
commited on
Commit
•
5cf34eb
1
Parent(s):
cd5981c
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Preinstall requirements from TTS
|
2 |
+
TTS @ git+https://github.com/coqui-ai/TTS@v0.20.6
|
3 |
+
pydantic==1.10.13
|
4 |
+
python-multipart==0.0.6
|
5 |
+
typing-extensions>=4.8.0
|
6 |
+
cutlet
|
7 |
+
mecab-python3==1.0.6
|
8 |
+
unidic-lite==1.0.8
|
9 |
+
unidic==1.1.0
|
10 |
+
langid
|
11 |
+
deepspeed
|
12 |
+
pydub
|
13 |
+
librosa
|
14 |
+
ffmpeg-python
|
15 |
+
gradio_client
|
16 |
+
emoji
|
17 |
+
asyncio
|
18 |
+
noisereduce==3.0.0
|
19 |
+
faster-whisper==1.0.1
|