Skip to content

Commit a180e52

Browse files
authored
Bump version to 0.4.2
Updated version number from 0.3.0 to 0.4.2.
1 parent 7ce813d commit a180e52

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pythaitts/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
PyThaiTTS
44
"""
5-
__version__ = "0.3.0"
5+
__version__ = "0.4.2"
66

77
from pythaitts.preprocess import preprocess_text, num_to_thai, expand_maiyamok
88

@@ -21,6 +21,7 @@ def __init__(self, pretrained="lunarlist_onnx", mode="last_checkpoint", version=
2121
2222
You can see more about khanomtan tts at `https://github.com/wannaphong/KhanomTan-TTS-v1.0 <https://github.com/wannaphong/KhanomTan-TTS-v1.0>`_
2323
and `https://github.com/wannaphong/KhanomTan-TTS-v1.1 <https://github.com/wannaphong/KhanomTan-TTS-v1.1>`_
24+
If you want to use khanomtan tts, you must to install coqui-tts before use the model by pip install coqui-tts.
2425
2526
For lunarlist tts model, you must to install nemo before use the model by pip install nemo_toolkit['tts'].
2627
You can see more about lunarlist tts at `https://link.medium.com/OpPjQis6wBb <https://link.medium.com/OpPjQis6wBb>`_

0 commit comments

Comments
 (0)