Spaces:
Paused
Paused
Initial deploy of Matcha-TTS Standalone API
Browse files- Matcha-TTS/requirements.txt +13 -0
Matcha-TTS/requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
lightning>=2.0.0
|
| 3 |
+
numpy
|
| 4 |
+
scipy
|
| 5 |
+
librosa
|
| 6 |
+
soundfile
|
| 7 |
+
Cython
|
| 8 |
+
einops
|
| 9 |
+
inflect
|
| 10 |
+
Unidecode
|
| 11 |
+
conformer==0.3.2
|
| 12 |
+
diffusers
|
| 13 |
+
phonemizer
|