Commit 6302978f authored by AUTOMATIC's avatar AUTOMATIC
Browse files

restore nqsp in footer that was lost during linting

parent a61cbef0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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>
"""