Spaces:
Runtime error
Runtime error
Eren Gรถlge
commited on
Commit
โข
3468586
1
Parent(s):
4a5b41c
Update app.py
Browse files
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
|
53 |
|
54 |
<br/>
|
55 |
|
56 |
-
|
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
|