Surn commited on
Commit
444ba28
·
verified ·
1 Parent(s): 5c77742

Update utils/version_info.py

Browse files
Files changed (1) hide show
  1. 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://github.com/Oncorporation/HexaGrid/commit/{"huggingface" if commit == "<none>" else commit}" target="_blank">{"huggingface" if commit == "<none>" else commit}</a>
69
  &#x2000;•&#x2000;
70
  python: <span title="{sys.version}">{python_version}</span>
71
  &#x2000;•&#x2000;
 
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
  &#x2000;•&#x2000;
70
  python: <span title="{sys.version}">{python_version}</span>
71
  &#x2000;•&#x2000;