Commit 0ce9e05a authored by innovaciones's avatar innovaciones Committed by AUTOMATIC1111

Fix typo

parent 6e86fc9f
...@@ -200,7 +200,7 @@ def check_progress_call(): ...@@ -200,7 +200,7 @@ def check_progress_call():
else: else:
preview_visibility = gr_show(True) preview_visibility = gr_show(True)
return f"<span id'progressSpan' 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(): 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