From 5134c63c0973ff5546cc04e08d6d2a0efe3d77a9 Mon Sep 17 00:00:00 2001 From: lvmin Date: Fri, 11 Aug 2023 05:28:05 -0700 Subject: [PATCH] i --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 24ae5ad8..742aa5d4 100644 --- a/webui.py +++ b/webui.py @@ -40,7 +40,7 @@ def generate_clicked(prompt, negative_prompt, style_selction, performance_selcti return results -block = gr.Blocks().queue() +block = gr.Blocks(title='Fooocus').queue() with block: with gr.Row(): with gr.Column():