Eugene Siow commited on
Commit
8ebea50
1 Parent(s): af5b6e9

Add footer style.

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  venv/
2
- .idea/
 
1
  venv/
2
+ .idea/
3
+ *.db
app.py CHANGED
@@ -8,7 +8,7 @@ from TTS.utils.synthesizer import Synthesizer
8
  title = "Mandarin Text-to-Speech (TTS)"
9
  description = "Generate mandarin speech from text using a Tachotron2 model with Coqui TTS 🐸, " \
10
  "a deep learning toolkit for Text-to-Speech."
11
- article = "<p style='text-align: center'><a href='https://github.com/eugenesiow/practical-ml'>Github</a></p>"
12
  examples = [
13
  ["语音合成是通过机械的、电子的方法产生人造语音的技术。"],
14
  ["李显龙总理表示,我国要达到像意大利的开放程度,几乎回到冠病疫情前的生活,还需要一段时间。"]
8
  title = "Mandarin Text-to-Speech (TTS)"
9
  description = "Generate mandarin speech from text using a Tachotron2 model with Coqui TTS 🐸, " \
10
  "a deep learning toolkit for Text-to-Speech."
11
+ article = "<p style='text-align: center'><a href='https://news.machinelearning.sg/posts/mandarin_text_to_speech_with_coqui_tts/' target='blank' class='footer'>Blog</a> | <a href='https://github.com/eugenesiow/practical-ml' target='_blank' class='footer'>Github Repo</a></p>"
12
  examples = [
13
  ["语音合成是通过机械的、电子的方法产生人造语音的技术。"],
14
  ["李显龙总理表示,我国要达到像意大利的开放程度,几乎回到冠病疫情前的生活,还需要一段时间。"]