From 2f2a2e1ad3f56546d268acaf73285de4c98b1b8c Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 14:47:07 -0700 Subject: [PATCH] i --- webui.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui.py b/webui.py index 3e36b9ff..6e5acf81 100644 --- a/webui.py +++ b/webui.py @@ -35,6 +35,9 @@ with gr.Blocks() as demo: with gr.Column(scale=0.15, min_width=0): btn = gr.UploadButton("Generate", file_types=["image"]) + with gr.Row(): + gr.Checkbox(label='Advanced Setting', value=False, container=False) + txt_msg = txt.submit(add_text, [chatbot, txt], [chatbot, txt], queue=False).then( bot, chatbot, chatbot )