mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-07 00:04:42 +01:00
Change a UI description
This commit is contained in:
parent
cbd4d967cc
commit
6acb0e1bee
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue