File size: 444 Bytes
3a06912
 
 
 
 
 
 
 
 
dbd1274
3a06912
 
 
 
 
 
 
bd54445
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
tags:
- text2speech
language:
- it
model-index:
- name: glowtts-male-it
  results: []
datasets:
- z-uo/female-LJSpeech-italian
---

# Coqui Model for TTS
```
pip install TTS
CUDA_VISIBLE_DEVICES=0 tts-server --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
firefox localhost:5002
```
More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).