diff --git a/README.md b/README.md index fa9c3e4..1910679 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@

A Text-to-Speech Transformer in TensorFlow 2

+#### Try it with the [Streamlit App](https://share.streamlit.io/as-ideas/transformertts/streamlit)! + + Implementation of a non-autoregressive Transformer based neural network for Text-to-Speech (TTS).
This repo is based, among others, on the following papers: - [Neural Speech Synthesis with Transformer Network](https://arxiv.org/abs/1809.08895)