mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
typo
This commit is contained in:
@@ -13,7 +13,7 @@ from modules.sdxl_styles import style_keys, aspect_ratios
|
|||||||
|
|
||||||
def generate_clicked(*args):
|
def generate_clicked(*args):
|
||||||
yield gr.update(interactive=False), \
|
yield gr.update(interactive=False), \
|
||||||
gr.update(visible=True, value=modules.html.make_progress_html(1, 'Processing text encoding ...')), \
|
gr.update(visible=True, value=modules.html.make_progress_html(1, 'Initializing ...')), \
|
||||||
gr.update(visible=True, value=None), \
|
gr.update(visible=True, value=None), \
|
||||||
gr.update(visible=False)
|
gr.update(visible=False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user