pszemraj commited on
Commit
9dd82fc
1 Parent(s): f81af70

⚡️ default to 8 beams

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,9 +193,9 @@ if __name__ == "__main__":
193
  variant='secondary',
194
  )
195
  num_beams = gr.Radio(
196
- choices=[4, 8, 16],
197
  label="Number of Beams",
198
- value=4,
199
  )
200
  with gr.Row():
201
 
 
193
  variant='secondary',
194
  )
195
  num_beams = gr.Radio(
196
+ choices=[4, 8, 12, 16],
197
  label="Number of Beams",
198
+ value=8,
199
  )
200
  with gr.Row():
201