Fix qwen-tts version constraint (0.0.5 is latest)
This commit is contained in:
parent
381ba3b462
commit
f299b43f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ uvicorn
|
|||
loguru
|
||||
# Qwen3-TTS - state-of-the-art TTS with voice cloning (Apache 2.0)
|
||||
# 1.7B params, 10 languages, 97ms latency, 12Hz tokenizer
|
||||
qwen-tts>=0.1.0
|
||||
qwen-tts>=0.0.5
|
||||
# OHF-Voice fork doesn't have installable Python package yet
|
||||
# Stick with PyPI piper-tts but use absolute paths in config
|
||||
# piper-tts>=1.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue