minor fix
This commit is contained in:
parent
4607316c2f
commit
5cbefa821f
|
|
@ -1 +1 @@
|
||||||
version = '2.1.750'
|
version = '2.1.751'
|
||||||
|
|
|
||||||
2
webui.py
2
webui.py
|
|
@ -26,6 +26,8 @@ def generate_clicked(*args):
|
||||||
|
|
||||||
execution_start_time = time.perf_counter()
|
execution_start_time = time.perf_counter()
|
||||||
|
|
||||||
|
worker.outputs = []
|
||||||
|
|
||||||
yield gr.update(visible=True, value=modules.html.make_progress_html(1, 'Initializing ...')), \
|
yield 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, value=None), \
|
gr.update(visible=False, value=None), \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue