OpenSound commited on
Commit
b8b1462
1 Parent(s): cdd6204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
169
 
170
  with gr.Accordion("Advanced Settings", open=False):
171
  # Length of the generated audio
172
- surpass_noise = gr.Slider(minimum=0, maximum=0.2, step=0.01, value=0.05, label="Noise Threshold (Amplitude)")
173
  guidance_scale = gr.Slider(minimum=1.0, maximum=10.0, step=0.5, value=5.0, label="Guidance Scale")
174
  guidance_rescale = gr.Slider(minimum=0.0, maximum=1.0, step=0.05, value=0.5, label="Guidance Rescale")
175
  ddim_steps = gr.Slider(minimum=25, maximum=200, step=5, value=50, label="DDIM Steps")
 
169
 
170
  with gr.Accordion("Advanced Settings", open=False):
171
  # Length of the generated audio
172
+ surpass_noise = gr.Slider(minimum=0, maximum=0.1, step=0.01, value=0.0, label="Noise Threshold (Amplitude)")
173
  guidance_scale = gr.Slider(minimum=1.0, maximum=10.0, step=0.5, value=5.0, label="Guidance Scale")
174
  guidance_rescale = gr.Slider(minimum=0.0, maximum=1.0, step=0.05, value=0.5, label="Guidance Rescale")
175
  ddim_steps = gr.Slider(minimum=25, maximum=200, step=5, value=50, label="DDIM Steps")