Johann Diedrick commited on
Commit
e58ab9f
·
1 Parent(s): 0fd86ce

adjust n_candidates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def text2audio(text, negative_prompt, duration, guidance_scale, random_seed, n_c
28
  duration=10
29
  guidance_scale=3.5
30
  random_seed=45
31
- n_candidates=1
32
 
33
  waveforms = pipe(
34
  text,
 
28
  duration=10
29
  guidance_scale=3.5
30
  random_seed=45
31
+ n_candidates=3
32
 
33
  waveforms = pipe(
34
  text,