Spaces:
Running
Running
using seperate requirements file for pinokio
Browse files- requirements_pinokio.txt +20 -0
requirements_pinokio.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/resemble-ai/monotonic_align.git
|
2 |
+
gradio
|
3 |
+
audiofile==1.5.0
|
4 |
+
cached_path
|
5 |
+
einops==0.8.0
|
6 |
+
einops_exts==0.0.4
|
7 |
+
huggingface_hub
|
8 |
+
librosa
|
9 |
+
Markdown==3.7
|
10 |
+
matplotlib==3.10.0
|
11 |
+
munch==4.0.0
|
12 |
+
nltk==3.9.1
|
13 |
+
numpy
|
14 |
+
phonemizer==3.3.0
|
15 |
+
scikit-learn
|
16 |
+
soundfile==0.12.1
|
17 |
+
tqdm==4.67.1
|
18 |
+
transformers==4.47.1
|
19 |
+
txtsplit
|
20 |
+
openphonemizer
|