bumping diffusers, changing depandabot to open PR to dev branch, adding url for multispeaker matcha checkpoint

This commit is contained in:
Shivam Mehta
2023-09-21 12:32:27 +00:00
parent 281a098337
commit d098f32730
4 changed files with 5 additions and 4 deletions

View File

@@ -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():