Commit ebf19c11 authored by innovaciones's avatar innovaciones Committed by AUTOMATIC1111

Show interrupt button without progress bar

parent a2d084a0
......@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment