cmagui commited on
Commit
2cd507d
1 Parent(s): 8ce9368

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ pip install TTS
56
  The following command normalizes and synthesizes the input text using the Celtia model:
57
 
58
  ```bash
59
- echo "Son Celtia, unha voz creada con intelixencia artificial" | cotovia -p -n -S | iconv -f iso88591 -t utf8 | tts --text "$(cat -)" --model_path celtia.pth --config_path celtia_config.json --out_path celtia.wav
60
  ```
61
 
62
  The output synthesized speech is saved to the specified audio file.
 
56
  The following command normalizes and synthesizes the input text using the Celtia model:
57
 
58
  ```bash
59
+ echo "Son Celtia, unha voz creada con intelixencia artificial" | cotovia -p -n -S | iconv -f iso88591 -t utf8 | tts --text "$(cat -)" --model_path celtia.pth --config_path config.json --out_path celtia.wav
60
  ```
61
 
62
  The output synthesized speech is saved to the specified audio file.