File size: 644 Bytes
1fe0bd3
 
d97a9a4
1fe0bd3
 
 
 
 
 
 
 
 
 
 
 
568c803
3cda533
 
 
568c803
1fe0bd3
0bc0220
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tags:
- text-to-speech
language:
- it
model-index:
- name: glowtts-male-it
  results: []
datasets:
- z-uo/male-LJSpeech-italian
---

# Coqui Model for TTS
```
pip install TTS
git clone https://huggingface.co/z-uo/glowtts-male-it
# predict one
server --text "ciao pluto" --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
# predict server
tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
firefox localhost:5002
```
More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).