Skip to content

Commit

Permalink
Merge pull request ototadana#124 from iamrohitanshu/main
Browse files Browse the repository at this point in the history
Update ui_builder.py
  • Loading branch information
ototadana authored Jul 5, 2023
2 parents 2c66c81 + 4605999 commit c558363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ui/ui_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def on_ui_settings():

shared.opts.add_option(
"face_editor_save_original_on_detection_fail",
shared.OptionInfo(False, "Save original image if face detection fails", gr.Checkbox, section=section),
shared.OptionInfo(True, "Save original image if face detection fails", gr.Checkbox, section=section),
)

shared.opts.add_option(
Expand Down

0 comments on commit c558363

Please sign in to comment.