Spaces:
Running
Running
⚡️ default to 8 beams
Browse filesSigned-off-by: peter szemraj <[email protected]>
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=
|
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 |
|