m-ric HF staff commited on
Commit
13fd821
1 Parent(s): 13abb86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ This parameter will not impact the beam search paths, but only influence the cho
468
  out_markdown = gr.Markdown()
469
  button.click(
470
  get_beam_search_html,
471
- inputs=[text, steps, beams, length_penalty, n_sequences],
472
  outputs=[out_html, out_markdown],
473
  )
474
 
 
468
  out_markdown = gr.Markdown()
469
  button.click(
470
  get_beam_search_html,
471
+ inputs=[text, n_steps, n_beams, length_penalty, n_sequences],
472
  outputs=[out_html, out_markdown],
473
  )
474