typo
This commit is contained in:
parent
75b8718ed4
commit
14b8e494f9
2
webui.py
2
webui.py
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user