Spaces:
Runtime error
Runtime error
Eren Gölge
commited on
Commit
·
d019a70
1
Parent(s):
2d0248b
Update text
Browse files
app.py
CHANGED
@@ -49,10 +49,11 @@ def tts(text: str, model_name: str, speaker_idx: str=None):
|
|
49 |
|
50 |
|
51 |
article= """
|
52 |
-
|
53 |
|
54 |
-
|
55 |
|
|
|
56 |
|
57 |
```bash
|
58 |
$ pip install TTS
|
@@ -61,19 +62,20 @@ $ tts --list_models
|
|
61 |
...
|
62 |
$ tts --text "Text for TTS" --model_name "<type>/<language>/<dataset>/<model_name>" --out_path folder/to/save/output.wav
|
63 |
```
|
|
|
64 |
|
65 |
-
|
66 |
|
67 |
-
- <a href="https://github.com/nmstoker/">@nmstoker</a>
|
68 |
-
- <a href="https://github.com/kaiidams/">@kaiidams</a>
|
69 |
-
- <a href="https://github.com/WeberJulian/">@WeberJulian,</a>
|
70 |
-
- <a href="https://github.com/Edresson/">@Edresson</a>
|
71 |
-
- <a href="https://github.com/thorstenMueller/">@thorstenMueller</a>
|
72 |
-
- <a href="https://github.com/r-dh/">@r-dh</a>
|
73 |
-
- <a href="https://github.com/kirianguiller/">@kirianguiller</a>
|
74 |
-
- <a href="https://github.com/robinhad/">@robinhad</a>
|
75 |
|
76 |
-
Drop a ✨PR✨ on 🐸TTS to share a new model and have it included here.
|
77 |
"""
|
78 |
|
79 |
iface = gr.Interface(
|
|
|
49 |
|
50 |
|
51 |
article= """
|
52 |
+
Visit 🐸 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
|
|
|
62 |
...
|
63 |
$ tts --text "Text for TTS" --model_name "<type>/<language>/<dataset>/<model_name>" --out_path folder/to/save/output.wav
|
64 |
```
|
65 |
+
<br/>
|
66 |
|
67 |
+
👑 Model contributors
|
68 |
|
69 |
+
- <a href="https://github.com/nmstoker/" target="_blank">@nmstoker</a>
|
70 |
+
- <a href="https://github.com/kaiidams/" target="_blank">@kaiidams</a>
|
71 |
+
- <a href="https://github.com/WeberJulian/" target="_blank">@WeberJulian,</a>
|
72 |
+
- <a href="https://github.com/Edresson/" target="_blank">@Edresson</a>
|
73 |
+
- <a href="https://github.com/thorstenMueller/" target="_blank">@thorstenMueller</a>
|
74 |
+
- <a href="https://github.com/r-dh/" target="_blank">@r-dh</a>
|
75 |
+
- <a href="https://github.com/kirianguiller/" target="_blank">@kirianguiller</a>
|
76 |
+
- <a href="https://github.com/robinhad/" target="_blank">@robinhad</a>
|
77 |
|
78 |
+
👉 Drop a ✨PR✨ on 🐸TTS to share a new model and have it included here.
|
79 |
"""
|
80 |
|
81 |
iface = gr.Interface(
|