restore nqsp in footer that was lost during linting

This commit is contained in:
AUTOMATIC 2023-05-16 15:14:44 +03:00
parent a61cbef02c
commit 6302978ff8

View File

@ -1841,15 +1841,15 @@ def versions_html():
return f"""
version: <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/{commit}">{tag}</a>
 
&#x2000;•&#x2000;
python: <span title="{sys.version}">{python_version}</span>
 
&#x2000;•&#x2000;
torch: {getattr(torch, '__long_version__',torch.__version__)}
 
&#x2000;•&#x2000;
xformers: {xformers_version}
 
&#x2000;•&#x2000;
gradio: {gr.__version__}
 
&#x2000;•&#x2000;
checkpoint: <a id="sd_checkpoint_hash">N/A</a>
"""