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 )