Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,11 @@ datasets:
|
|
13 |
# Coqui Model for TTS
|
14 |
```
|
15 |
pip install TTS
|
16 |
-
|
|
|
|
|
|
|
|
|
17 |
firefox localhost:5002
|
18 |
```
|
19 |
More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).
|
|
|
13 |
# Coqui Model for TTS
|
14 |
```
|
15 |
pip install TTS
|
16 |
+
git clone https://huggingface.co/z-uo/glowtts-female-it
|
17 |
+
# predict one
|
18 |
+
tts --text "ciao pluto" --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
|
19 |
+
# predict server
|
20 |
+
tts-server --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
|
21 |
firefox localhost:5002
|
22 |
```
|
23 |
More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).
|