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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,11 +49,11 @@ def tts(text: str, model_name: str, speaker_idx: str=None):
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
 
49
 
50
 
51
  article= """
52
+ Visit us 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