tts: Remove usage instructions in favor of module

This commit is contained in:
Martin Weinelt 2023-01-29 13:50:45 +01:00
parent 198713cf82
commit 6f0616b50f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,16 +5,6 @@
, espeak-ng
}:
# USAGE:
# $ tts-server --list_models
# # pick your favorite vocoder/tts model
# $ tts-server --model_name tts_models/en/ljspeech/glow-tts --vocoder_name vocoder_models/universal/libri-tts/fullband-melgan
#
# If you upgrade from an old version you may have to delete old models from ~/.local/share/tts
#
# For now, for deployment check the systemd unit in the pull request:
# https://github.com/NixOS/nixpkgs/pull/103851#issue-521121136
let
python = python3.override {
packageOverrides = self: super: {