Update requirements.txt
Browse files- requirements.txt +18 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
librosa
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.9.0
|
| 2 |
+
torchaudio>=0.9.0
|
| 3 |
+
transformers>=4.19.0
|
| 4 |
+
gradio>=3.40.0
|
| 5 |
+
numpy>=1.20.0
|
| 6 |
+
scipy>=1.7.0
|
| 7 |
+
librosa>=0.9.2
|
| 8 |
+
matplotlib>=3.5.0
|
| 9 |
+
pandas>=1.3.0
|
| 10 |
+
pydub>=0.25.1
|
| 11 |
+
pypinyin>=0.47.0
|
| 12 |
+
soundfile>=0.10.3
|
| 13 |
+
praat-parselmouth>=0.4.3
|
| 14 |
+
fairseq>=0.12.0
|
| 15 |
+
phonemizer>=3.2.0
|
| 16 |
+
text2emotion>=0.0.5
|
| 17 |
+
music21>=7.3.0
|
| 18 |
+
nltk>=3.7
|