Fix the syntax error
Browse files
app.py
CHANGED
@@ -559,7 +559,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg)) as de
|
|
559 |
predictor,
|
560 |
input_img, brush_label, bbox_label, best_mask, low_res_mask, click_coords, click_labels, bbox_coords,
|
561 |
seperate_scribble_masks, last_scribble_mask, scribble_img, img_features,
|
562 |
-
output_img, binary_checkbox, multimask_mode, autopredict_checkbox
|
563 |
tool_select # Add tool_select here
|
564 |
],
|
565 |
outputs=[click_img, scribble_img, output_img, best_mask, low_res_mask, img_features,
|
|
|
559 |
predictor,
|
560 |
input_img, brush_label, bbox_label, best_mask, low_res_mask, click_coords, click_labels, bbox_coords,
|
561 |
seperate_scribble_masks, last_scribble_mask, scribble_img, img_features,
|
562 |
+
output_img, binary_checkbox, multimask_mode, autopredict_checkbox,
|
563 |
tool_select # Add tool_select here
|
564 |
],
|
565 |
outputs=[click_img, scribble_img, output_img, best_mask, low_res_mask, img_features,
|