Eren GΓΆlge commited on
Commit
3468586
β€’
1 Parent(s): 4a5b41c

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 πŸ”—<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
49
 
50
 
51
  article= """
52
+ Visit us on Coqui.ai and drop a 🌟 to πŸ”—<a href="https://github.com/coqui-ai/TTS" target="_blank">CoquiTTS</a>.
53
 
54
  <br/>
55
 
56
+ Run CoquiTTS locally for the best result. Check out our πŸ”—<a href="https://tts.readthedocs.io/en/latest/inference.html">documentation</a>.
57
 
58
  ```bash
59
  $ pip install TTS