Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teeaa authored Aug 4, 2024
1 parent 45a12fe commit 806be6f
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 806be6f

Please sign in to comment.