Eren Gรถlge commited on
Commit
68baa0d
โ€ข
1 Parent(s): d019a70

Update text

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -49,11 +49,11 @@ def tts(text: str, model_name: str, speaker_idx: str=None):
49
 
50
 
51
  article= """
52
- Visit ๐Ÿธ on <a href="https://coqui.ai", target="_blank">Coqui.ai</a> and drop a ๐ŸŒŸ to <a href="https://github.com/coqui-ai/TTS" target="_blank">CoquiTTS</a>.
53
 
54
  <br/>
55
 
56
- You can run CoquiTTS on your machine. Check out our <a href="https://tts.readthedocs.io/en/latest/inference.html">documentation</a>.
57
 
58
  ```bash
59
  $ pip install TTS
@@ -64,7 +64,7 @@ $ tts --text "Text for TTS" --model_name "<type>/<language>/<dataset>/<model_nam
64
  ```
65
  <br/>
66
 
67
- ๐Ÿ‘‘ Model contributors
68
 
69
  - <a href="https://github.com/nmstoker/" target="_blank">@nmstoker</a>
70
  - <a href="https://github.com/kaiidams/" target="_blank">@kaiidams</a>
 
49
 
50
 
51
  article= """
52
+ Visit us on <b><a href="https://coqui.ai", target="_blank">Coqui.ai</a></b> and drop a ๐ŸŒŸ to <b><a href="https://github.com/coqui-ai/TTS" target="_blank">CoquiTTS</a></b>.
53
 
54
  <br/>
55
 
56
+ You can <b>run CoquiTTS</b> on your machine</b>. Check out our <b><a href="https://tts.readthedocs.io/en/latest/inference.html">documentation</a></b>.
57
 
58
  ```bash
59
  $ pip install TTS
 
64
  ```
65
  <br/>
66
 
67
+ ๐Ÿ‘‘ <b> Model contributors</b>
68
 
69
  - <a href="https://github.com/nmstoker/" target="_blank">@nmstoker</a>
70
  - <a href="https://github.com/kaiidams/" target="_blank">@kaiidams</a>