mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 10:19:19 +08:00
preventing super slow synthesis in the interface
This commit is contained in:
@@ -113,8 +113,8 @@ def main():
|
|||||||
)
|
)
|
||||||
length_scale = gr.Slider(
|
length_scale = gr.Slider(
|
||||||
label="Length scale (Speaking rate)",
|
label="Length scale (Speaking rate)",
|
||||||
minimum=0.01,
|
minimum=0.5,
|
||||||
maximum=3.0,
|
maximum=1.5,
|
||||||
step=0.05,
|
step=0.05,
|
||||||
value=1.0,
|
value=1.0,
|
||||||
interactive=True,
|
interactive=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user