From ccfad9db06f0e655e51c4efb16c4055f85863396 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 23 Feb 2024 13:33:50 +0100 Subject: [PATCH] Fix ui --- ui/gradio_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gradio_ui.py b/ui/gradio_ui.py index f92aa58..87181ec 100644 --- a/ui/gradio_ui.py +++ b/ui/gradio_ui.py @@ -164,7 +164,7 @@ class GenerateUI: value=None ) preset_button = gr.Button("Load/Save", size="sm") - gr.Markdown("Input a name to save a new preset, or select an existing one to load it.") + gr.Markdown("Input a name to save a new preset, or select an existing one to load it.") load_preset = self.get_preset_func() preset_button.click(load_preset, inputs=[preset_dropdown, *inputs],