z-uo commited on
Commit
3a06912
1 Parent(s): 24a67f5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text2speech
4
+ language:
5
+ - it
6
+ model-index:
7
+ - name: glowtts-male-it
8
+ results: []
9
+ datasets:
10
+ - z-uo/male-LJSpeech-italian
11
+ ---
12
+
13
+ # Coqui Model for TTS
14
+ ```
15
+ pip install TTS
16
+ CUDA_VISIBLE_DEVICES=0 tts-server --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
17
+ firefox localhost:5002
18
+ ```