jytole commited on
Commit
84af4fb
1 Parent(s): a38e90e

Removed the single remaining n_candidates ref

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with iface:
177
 
178
  btn.click(
179
  text2audio,
180
- inputs=[textbox, negative_textbox, duration, guidance_scale, seed, n_candidates],
181
  outputs=[outputs],
182
  )
183
 
 
177
 
178
  btn.click(
179
  text2audio,
180
+ inputs=[textbox, negative_textbox, duration, guidance_scale, seed],
181
  outputs=[outputs],
182
  )
183