Spaces:
Running
Running
no
Browse files- requirements.txt +20 -13
requirements.txt
CHANGED
|
@@ -1,19 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
librosa==0.10.0
|
| 5 |
-
s3tokenizer
|
| 6 |
transformers==4.46.3
|
| 7 |
diffusers==0.29.0
|
|
|
|
| 8 |
omegaconf==2.3.0
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
silero-vad==5.1.2
|
| 11 |
conformer==0.3.2
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
-
#
|
| 15 |
-
#
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
torch==2.4.1
|
| 3 |
+
torchaudio==2.4.1
|
|
|
|
|
|
|
| 4 |
transformers==4.46.3
|
| 5 |
diffusers==0.29.0
|
| 6 |
+
safetensors
|
| 7 |
omegaconf==2.3.0
|
| 8 |
+
numpy==1.26.0
|
| 9 |
+
resampy==0.4.3
|
| 10 |
+
librosa==0.10.0
|
| 11 |
+
soundfile
|
| 12 |
+
gradio==4.29.0 # ✅ Node-free stable build for T4 GPU (no "--import" issue)
|
| 13 |
+
spaces==0.26.1
|
| 14 |
+
tqdm
|
| 15 |
+
|
| 16 |
+
# Speech/voice-related packages
|
| 17 |
silero-vad==5.1.2
|
| 18 |
conformer==0.3.2
|
| 19 |
+
resemble-perth==1.0.1
|
| 20 |
+
s3tokenizer
|
| 21 |
|
| 22 |
+
# Language-specific utilities (optional, uncomment as needed)
|
| 23 |
+
# spacy_pkuseg # Chinese text segmentation
|
| 24 |
+
# pykakasi>=2.2.0 # Japanese text processing (Kanji → Hiragana)
|
| 25 |
+
# russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
|
| 26 |
+
# dicta-onnx>=0.1.0 # Hebrew diacritization
|
|
|