Update utils/version_info.py
Browse files- utils/version_info.py +1 -1
utils/version_info.py
CHANGED
@@ -65,7 +65,7 @@ def versions_html():
|
|
65 |
'''
|
66 |
|
67 |
return f"""
|
68 |
-
version: <a href="https://
|
69 |
 • 
|
70 |
python: <span title="{sys.version}">{python_version}</span>
|
71 |
 • 
|
|
|
65 |
'''
|
66 |
|
67 |
return f"""
|
68 |
+
version: <a href="https://huggingface.co/spaces/Surn/HexaGrid/commit/{"huggingface" if commit == "<none>" else commit}" target="_blank">{"huggingface" if commit == "<none>" else commit}</a>
|
69 |
 • 
|
70 |
python: <span title="{sys.version}">{python_version}</span>
|
71 |
 • 
|