Spaces:
Runtime error
Runtime error
Eren Gรถlge
commited on
Commit
โข
d37fad5
1
Parent(s):
68baa0d
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 |
-
You can
|
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
|