haoheliu commited on
Commit
e179738
1 Parent(s): ddfda6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ with iface:
253
  n_candidates = gr.Slider(
254
  1,
255
  3,
256
- value=3,
257
  step=1,
258
  label="Automatic quality control. This number control the number of candidates (e.g., generate three audios and choose the best to show you). A Larger value usually lead to better quality with heavier computation",
259
  )
 
253
  n_candidates = gr.Slider(
254
  1,
255
  3,
256
+ value=1,
257
  step=1,
258
  label="Automatic quality control. This number control the number of candidates (e.g., generate three audios and choose the best to show you). A Larger value usually lead to better quality with heavier computation",
259
  )