Spaces:
Running
Running
node lan
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
|
@@ -15,15 +15,14 @@ silero-vad==5.1.2
|
|
| 15 |
conformer==0.3.2
|
| 16 |
safetensors
|
| 17 |
|
| 18 |
-
# ---
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
# ---
|
| 22 |
-
#
|
| 23 |
-
#
|
| 24 |
-
|
| 25 |
-
# spacy==3.5.3 # Core NLP engine (only if you need pkuseg)
|
| 26 |
-
# spacy_pkuseg # For Chinese text segmentation (requires spacy)
|
| 27 |
-
# pykakasi>=2.2.0 # For Japanese text processing (Kanji → Hiragana)
|
| 28 |
-
# russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
|
| 29 |
-
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|
|
|
|
| 15 |
conformer==0.3.2
|
| 16 |
safetensors
|
| 17 |
|
| 18 |
+
# --- Multilingual / Optional NLP Support ---
|
| 19 |
+
# These are now fully compatible with Gradio 4.44.0
|
| 20 |
+
spacy==3.7.4 # ✅ Compatible with typer>=0.12
|
| 21 |
+
spacy_pkuseg # For Chinese segmentation
|
| 22 |
+
pykakasi>=2.2.0 # For Japanese text processing
|
| 23 |
+
russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
|
| 24 |
+
# dicta-onnx>=0.1.0 # Optional: Hebrew diacritization
|
| 25 |
|
| 26 |
+
# --- Notes ---
|
| 27 |
+
# - No need to pin typer manually anymore (Gradio & spaCy agree on range)
|
| 28 |
+
# - Works with Python 3.10 on Hugging Face GPU S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|