mirror of https://github.com/coqui-ai/TTS.git
linking readme images
This commit is contained in:
parent
58b6f71a50
commit
46e5cc57b9
|
@ -1,4 +1,4 @@
|
||||||
# <img src="images/coqui-log-green-TTS.png" height="56"/>
|
# <img src="https://github.com/coqui-ai/TTS/raw/master/images/coqui-log-green-TTS.png" height="56"/>
|
||||||
|
|
||||||
🐸TTS is a library for advanced Text-to-Speech generation. It's built on the latest research, was designed to achieve the best trade-off among ease-of-training, speed and quality.
|
🐸TTS is a library for advanced Text-to-Speech generation. It's built on the latest research, was designed to achieve the best trade-off among ease-of-training, speed and quality.
|
||||||
🐸TTS comes with [pretrained models](https://github.com/coqui-ai/TTS/wiki/Released-Models), tools for measuring dataset quality and already used in **20+ languages** for products and research projects.
|
🐸TTS comes with [pretrained models](https://github.com/coqui-ai/TTS/wiki/Released-Models), tools for measuring dataset quality and already used in **20+ languages** for products and research projects.
|
||||||
|
@ -42,7 +42,7 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
||||||
| 🤖 **Running TTS on Terminal** | [TTS/README.md](https://github.com/coqui-ai/TTS#example-synthesizing-speech-on-terminal-using-the-released-models)|
|
| 🤖 **Running TTS on Terminal** | [TTS/README.md](https://github.com/coqui-ai/TTS#example-synthesizing-speech-on-terminal-using-the-released-models)|
|
||||||
|
|
||||||
## 🥇 TTS Performance
|
## 🥇 TTS Performance
|
||||||
<p align="center"><img src="images/TTS-performance.png" width="800" /></p>
|
<p align="center"><img src="https://github.com/coqui-ai/TTS/raw/master/images/TTS-performance.png" width="800" /></p>
|
||||||
|
|
||||||
Underlined "TTS*" and "Judy*" are 🐸TTS models
|
Underlined "TTS*" and "Judy*" are 🐸TTS models
|
||||||
<!-- [Details...](https://github.com/coqui-ai/TTS/wiki/Mean-Opinion-Score-Results) -->
|
<!-- [Details...](https://github.com/coqui-ai/TTS/wiki/Mean-Opinion-Score-Results) -->
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ if LooseVersion(sys.version) < LooseVersion("3.6") or LooseVersion(sys.version)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
version = '0.0.10'
|
version = '0.0.10.1'
|
||||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors
|
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors
|
||||||
|
|
Loading…
Reference in New Issue