fix parse_args

This commit is contained in:
Qing
2023-04-16 10:35:51 +08:00
parent 0d89c37ef1
commit 0baea45210
3 changed files with 5 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ def main(config_file: str):
)
interactive_seg_model = gr.Radio(
AVAILABLE_INTERACTIVE_SEG_MODELS,
label="Segment Anything models. Model size: vit_b < vit_l < vit_h. Bigger model size means better segmentation but slower speed.",
label=f"Segment Anything models. {INTERACTIVE_SEG_MODEL_HELP}",
value=init_config.interactive_seg_model,
)
interactive_seg_device = gr.Radio(