Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mingxin Zheng <[email protected]>
  • Loading branch information
mingxin-zheng committed Oct 22, 2024
1 parent 7dae947 commit f84b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai_vila2d/demo/gradio_monai_vila2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def create_demo(source, model_path, conv_mode, server_port):
value=sv.value.sys_msg,
lines=10,
)
eval_checkbox = gr.Checkbox(label="Eval mode", default=sv.value.eval_mode)
eval_checkbox = gr.Checkbox(label="Eval mode", value=sv.value.eval_mode)

with gr.Column():
with gr.Tab("In front of the scene"):
Expand Down

0 comments on commit f84b1b8

Please sign in to comment.