From b02c9078aadd590ac3db4bd9245ee0b12e294032 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 25 Oct 2024 12:28:49 +0200 Subject: [PATCH] chore(parler-tts): fix overrides in the gallery Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gallery/index.yaml b/gallery/index.yaml index 28cd50b650b..6e6a37f4c0a 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -2522,8 +2522,9 @@ ### START parler-tts url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master" name: parler-tts-mini-v0.1 - parameters: - model: parler-tts/parler_tts_mini_v0.1 + overrides: + parameters: + model: parler-tts/parler_tts_mini_v0.1 license: apache-2.0 description: | Parler-TTS is a lightweight text-to-speech (TTS) model that can generate high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc). It is a reproduction of work from the paper Natural language guidance of high-fidelity text-to-speech with synthetic annotations by Dan Lyth and Simon King, from Stability AI and Edinburgh University respectively.