Spaces:
Sleeping
Sleeping
Requirements for the application to run.
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
numpy==1.26.0
|
| 3 |
+
resampy==0.4.3
|
| 4 |
+
librosa==0.10.0
|
| 5 |
+
s3tokenizer
|
| 6 |
+
transformers==4.46.3
|
| 7 |
+
diffusers==0.29.0
|
| 8 |
+
omegaconf==2.3.0
|
| 9 |
+
resemble-perth==1.0.1
|
| 10 |
+
silero-vad==5.1.2
|
| 11 |
+
conformer==0.3.2
|
| 12 |
+
safetensors
|
| 13 |
+
|
| 14 |
+
# Optional language-specific dependencies
|
| 15 |
+
# Uncomment the ones you need for specific languages:
|
| 16 |
+
pkuseg # For Chinese text segmentation (improves mixed text handling)
|
| 17 |
+
pykakasi>=2.2.0 # For Japanese text processing (Kanji to Hiragana)
|
| 18 |
+
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|