Eren Gölge commited on
Commit
2d0248b
·
1 Parent(s): 8b8606a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def tts(text: str, model_name: str, speaker_idx: str=None):
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
  ### You can run CoquiTTS on your machine. Check out our <a href="https://tts.readthedocs.io/en/latest/inference.html">documentation</a>.
55
 
 
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
  ### You can run CoquiTTS on your machine. Check out our <a href="https://tts.readthedocs.io/en/latest/inference.html">documentation</a>.
55