sebastientaylor commited on
Commit
3028bc2
·
verified ·
1 Parent(s): b1b67dc

Spell Hugging Face as two words in the footer link

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -700,7 +700,7 @@
700
  <a href="https://edgefirst.studio" target="_blank" rel="noopener">EdgeFirst Studio</a> ·
701
  <a href="https://github.com/EdgeFirstAI" target="_blank" rel="noopener">github.com/EdgeFirstAI</a> ·
702
  <a href="https://www.au-zone.com/efpi" target="_blank" rel="noopener">Perception Index Report</a> ·
703
- <a href="https://huggingface.co/EdgeFirst" target="_blank" rel="noopener">HuggingFace org</a> ·
704
  © 2026 <a href="https://www.au-zone.com" target="_blank" rel="noopener">Au-Zone Technologies</a> · Validation results &amp; card data licensed CC BY-NC 4.0; YOLO model weights © Ultralytics Inc. (AGPL-3.0)
705
  <br>
706
  <small>NXP<sup>®</sup>, i.MX, eIQ<sup>®</sup>, Neutron, and Ara240 are trademarks or products of NXP Semiconductors. Hailo is a trademark of Hailo Technologies Ltd. Jetson is a trademark of NVIDIA Corporation. All other trademarks are the property of their respective owners.</small>
@@ -2011,7 +2011,7 @@ function syncTabUrl(tabId) {
2011
  url.hash = tabId;
2012
  history.replaceState(null, "", url);
2013
 
2014
- // HuggingFace embeds *.hf.space in an iframe — parent address bar only
2015
  // updates when the iframe posts this message (see Spaces URL-params docs).
2016
  if (window.parent !== window) {
2017
  try {
 
700
  <a href="https://edgefirst.studio" target="_blank" rel="noopener">EdgeFirst Studio</a> ·
701
  <a href="https://github.com/EdgeFirstAI" target="_blank" rel="noopener">github.com/EdgeFirstAI</a> ·
702
  <a href="https://www.au-zone.com/efpi" target="_blank" rel="noopener">Perception Index Report</a> ·
703
+ <a href="https://huggingface.co/EdgeFirst" target="_blank" rel="noopener">Hugging Face org</a> ·
704
  © 2026 <a href="https://www.au-zone.com" target="_blank" rel="noopener">Au-Zone Technologies</a> · Validation results &amp; card data licensed CC BY-NC 4.0; YOLO model weights © Ultralytics Inc. (AGPL-3.0)
705
  <br>
706
  <small>NXP<sup>®</sup>, i.MX, eIQ<sup>®</sup>, Neutron, and Ara240 are trademarks or products of NXP Semiconductors. Hailo is a trademark of Hailo Technologies Ltd. Jetson is a trademark of NVIDIA Corporation. All other trademarks are the property of their respective owners.</small>
 
2011
  url.hash = tabId;
2012
  history.replaceState(null, "", url);
2013
 
2014
+ // Hugging Face embeds *.hf.space in an iframe — parent address bar only
2015
  // updates when the iframe posts this message (see Spaces URL-params docs).
2016
  if (window.parent !== window) {
2017
  try {