Skip to content

Commit

Permalink
Close advanced setting by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 6, 2024
1 parent 5b3b262 commit 83f424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shark_studio/web/ui/sd.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def base_model_changed(base_model_id):
show_copy_button=True,
)
with gr.Accordion(
label="\U0001F4D0\U0000FE0F Advanced Settings", open=True
label="\U0001F4D0\U0000FE0F Advanced Settings", open=False
):
with gr.Accordion(
label="Device Settings", open=False
Expand Down

0 comments on commit 83f424a

Please sign in to comment.