pszemraj commited on
Commit
16157b3
1 Parent(s): cad1c1a

default to 4 beams

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ if __name__ == "__main__":
218
  num_beams = gr.Radio(
219
  choices=[4, 8, 12, 16],
220
  label="Number of Beams",
221
- value=8,
222
  )
223
  with gr.Row():
224
 
 
218
  num_beams = gr.Radio(
219
  choices=[4, 8, 12, 16],
220
  label="Number of Beams",
221
+ value=4,
222
  )
223
  with gr.Row():
224