From 46ae887f1f1e28c4a01f470f4bac7f868cc245a3 Mon Sep 17 00:00:00 2001 From: cfrancesco Date: Thu, 3 Jun 2021 13:19:11 +0200 Subject: [PATCH] Update link. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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)