Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SoundFile
|
2 |
+
torchaudio
|
3 |
+
munch
|
4 |
+
torch
|
5 |
+
pydub
|
6 |
+
pyyaml
|
7 |
+
librosa
|
8 |
+
nltk
|
9 |
+
matplotlib
|
10 |
+
accelerate
|
11 |
+
transformers
|
12 |
+
einops
|
13 |
+
einops-exts
|
14 |
+
tqdm
|
15 |
+
typing
|
16 |
+
typing-extensions
|
17 |
+
git+https://github.com/resemble-ai/monotonic_align.git
|
18 |
+
git+https://github.com/korakoe/StyleTTS2lib.git
|
19 |
+
scipy
|
20 |
+
phonemizer
|
21 |
+
cached-path
|
22 |
+
gradio
|
23 |
+
spaces
|
24 |
+
gruut
|
25 |
+
txtsplit
|