Change a UI description

This commit is contained in:
oobabooga 2025-04-26 05:13:08 -07:00
parent cbd4d967cc
commit 6acb0e1bee

View file

@ -13,7 +13,7 @@ def create_ui():
shared.gradio['reset_interface'] = gr.Button("Apply flags/extensions and restart", interactive=not mu)
with gr.Row():
shared.gradio['toggle_dark_mode'] = gr.Button('Toggle 💡')
shared.gradio['save_settings'] = gr.Button('Save UI defaults to settings.yaml', interactive=not mu)
shared.gradio['save_settings'] = gr.Button('Save UI defaults to user_data/settings.yaml', interactive=not mu)
with gr.Row():
with gr.Column():