Spaces:
Runtime error
Runtime error
default to 4 beams
Browse files
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=
|
| 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 |
|