Show interrupt button without progress bar

This commit is contained in:
innovaciones 2022-09-22 15:21:18 -05:00 committed by AUTOMATIC1111
parent a2d084a07c
commit ebf19c1145

View file

@ -200,7 +200,7 @@ def check_progress_call():
else:
preview_visibility = gr_show(True)
return f"<span style='display: none'>{time.time()}</span><p>{progressbar}</p>", preview_visibility, image
return f"<span id'progressSpan' style='display: none'>{time.time()}</span><p>{progressbar}</p>", preview_visibility, image
def check_progress_call_initial():