Thorsten-Voice
commited on
Commit
•
ef7bc4d
1
Parent(s):
cd73d02
Update README.md
Browse files
README.md
CHANGED
@@ -23,3 +23,5 @@ Das Coqui TTS Paket installieren.
|
|
23 |
|
24 |
Dann den lokalen TTS-Server Prozess starten:
|
25 |
> tts-server --model_path tts-model_file.pth --config_path tts-config.json --vocoder_path vocoder-model_file.pth.tar --vocoder_config_path vocoder-config.json
|
|
|
|
|
|
23 |
|
24 |
Dann den lokalen TTS-Server Prozess starten:
|
25 |
> tts-server --model_path tts-model_file.pth --config_path tts-config.json --vocoder_path vocoder-model_file.pth.tar --vocoder_config_path vocoder-config.json
|
26 |
+
|
27 |
+
Thanks to Coqui AI for providing an amazing opensource TTS technology.
|