Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
gradio==4.
|
| 3 |
-
numpy==1.22.0
|
| 4 |
-
scipy==1.11.4
|
| 5 |
soundfile==0.12.1
|
| 6 |
phonemizer-fork==3.3.2
|
|
|
|
|
|
|
|
|
|
| 7 |
torch==2.2.2+cpu
|
| 8 |
torchaudio==2.2.2+cpu
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# UI
|
| 2 |
+
gradio==4.36.1
|
|
|
|
|
|
|
| 3 |
soundfile==0.12.1
|
| 4 |
phonemizer-fork==3.3.2
|
| 5 |
+
|
| 6 |
+
# Torch CPU wheels
|
| 7 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 8 |
torch==2.2.2+cpu
|
| 9 |
torchaudio==2.2.2+cpu
|
| 10 |
+
|
| 11 |
+
# Coqui TTS
|
| 12 |
+
TTS==0.22.0
|
| 13 |
+
|
| 14 |
+
# Pin Transformers BEFORE 4.50 to keep .generate()
|
| 15 |
+
transformers==4.49.0
|
| 16 |
+
tokenizers==0.21.4
|
| 17 |
+
safetensors>=0.4.3
|