Spaces:
Runtime error
Runtime error
junhyouk lee
commited on
Commit
·
7c1249e
1
Parent(s):
b8b70ac
requirements
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
matplotlib==3.3.1
|
3 |
+
tensorboard==2.0.0
|
4 |
+
kiwipiepy==0.8.1
|
5 |
+
librosa==0.8.0
|
6 |
+
numpy==1.20.3
|
7 |
+
scipy==1.6.3
|
8 |
+
Unidecode==1.1.1
|
9 |
+
omegaconf==2.1.0
|
10 |
+
aliass_free_torch==0.0.6
|
11 |
+
phaseaug==0.0.2
|
12 |
+
gradio==3.20.1
|