Skip to content

Commit

Permalink
Merge pull request #1485 from teeaa/teeaa-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
d8ahazard authored Aug 4, 2024
2 parents 45a12fe + 806be6f commit 1b3257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def on_ui_tabs():
value=0.1,
visible=False,
)
with gr.Accordion(open=False, label="Saving", elme_id="TabSave") as db_save_tab:
with gr.Accordion(open=False, label="Saving", elem_id="TabSave") as db_save_tab:
with gr.Column():
gr.HTML("General")
db_custom_model_name = gr.Textbox(
Expand Down

0 comments on commit 1b3257b

Please sign in to comment.