mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 09:49:21 +08:00
Keeping ODE step slider to be greater than 0 always in gradio
This commit is contained in:
@@ -105,7 +105,7 @@ def main():
|
||||
with gr.Row():
|
||||
n_timesteps = gr.Slider(
|
||||
label="Number of ODE steps",
|
||||
minimum=0,
|
||||
minimum=1,
|
||||
maximum=100,
|
||||
step=1,
|
||||
value=10,
|
||||
|
||||
Reference in New Issue
Block a user