Update main.py

pull/41/head
toshiaki1729 2022-12-13 22:48:57 +09:00
parent a5d7219982
commit 4b6d4e0410
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ def on_ui_tabs():
with gr.Row(visible=False):
txt_result = gr.Textbox(label='Results', interactive=False)
with gr.Accordion(label='Load/Save Settings (config.json)', open=False):
with gr.Accordion(label='Reload/Save Settings (config.json)', open=False):
with gr.Row():
btn_reload_config_file = gr.Button(value='Reload settings')
btn_save_setting_as_default = gr.Button(value='Save current settings')