m-ric HF staff commited on
Commit
2d3c192
·
verified ·
1 Parent(s): f7e8ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -319,7 +319,6 @@ def get_beam_search_html(input_text, number_steps, number_beams):
319
  outputs.beam_indices[:, :],
320
  )
321
  html = generate_html(input_text, original_tree)
322
- print(html)
323
  return html
324
 
325
 
 
319
  outputs.beam_indices[:, :],
320
  )
321
  html = generate_html(input_text, original_tree)
 
322
  return html
323
 
324