mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 10:19:19 +08:00
bumping diffusers, changing depandabot to open PR to dev branch, adding url for multispeaker matcha checkpoint
This commit is contained in:
@@ -177,7 +177,7 @@ def main():
|
||||
with gr.Row():
|
||||
text = gr.Textbox(value="", lines=2, label="Text to synthesise", scale=3)
|
||||
spk_slider = gr.Slider(
|
||||
minimum=0, maximum=108, step=1, value=args.spk, label="Speaker ID", interactive=True, scale=1
|
||||
minimum=0, maximum=107, step=1, value=args.spk, label="Speaker ID", interactive=True, scale=1
|
||||
)
|
||||
|
||||
with gr.Row():
|
||||
|
||||
Reference in New Issue
Block a user