Text-to-Speech
Transformers
Safetensors
English
lfm2
text-generation

invalid escape sequence launching model

#1
by huggyfaceenjoyer - opened

[NeMo W 2026-02-16 22:59:34 nemo_logging:405] /home/user/Desktop/kani/.venv/lib/python3.13/site-packages/lhotse/recipes/iwslt22_ta.py:323: SyntaxWarning: invalid escape sequence '\s'
text = re.sub("\s+", " ", text)

[NeMo W 2026-02-16 22:59:34 nemo_logging:405] /home/user/Desktop/kani/.venv/lib/python3.13/site-packages/lhotse/recipes/iwslt22_ta.py:324: SyntaxWarning: invalid escape sequence '\s'
text = re.sub("\s+.\s+", ".", text)

uv pip install kani-tts-2
uv pip install -U "transformers==4.56.0"
uv pip install numpy==2.3.5
uv run python
>>> from kani_tts import KaniTTS

Sign up or log in to comment