diff --git a/webui.py b/webui.py index 24ae5ad..742aa5d 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():