mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
i
This commit is contained in:
@@ -35,6 +35,9 @@ with gr.Blocks() as demo:
|
|||||||
with gr.Column(scale=0.15, min_width=0):
|
with gr.Column(scale=0.15, min_width=0):
|
||||||
btn = gr.UploadButton("Generate", file_types=["image"])
|
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(
|
txt_msg = txt.submit(add_text, [chatbot, txt], [chatbot, txt], queue=False).then(
|
||||||
bot, chatbot, chatbot
|
bot, chatbot, chatbot
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user