Commit
·
ee53ac7
1
Parent(s):
be8f1b6
webui.py
CHANGED
|
@@ -40,7 +40,7 @@ def generate_clicked(prompt, negative_prompt, style_selction, performance_selcti
|
|
| 40 |
return results
|
| 41 |
|
| 42 |
|
| 43 |
-
block = gr.Blocks().queue()
|
| 44 |
with block:
|
| 45 |
with gr.Row():
|
| 46 |
with gr.Column():
|
|
|
|
| 40 |
return results
|
| 41 |
|
| 42 |
|
| 43 |
+
block = gr.Blocks(title='Fooocus').queue()
|
| 44 |
with block:
|
| 45 |
with gr.Row():
|
| 46 |
with gr.Column():
|