Unverified Commit 6f0616b5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

tts: Remove usage instructions in favor of module

parent 198713cf
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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: {