Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<title>ML.ENERGY Leaderboard</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- HTML Meta Tags --> | |
<title>ML.ENERGY Leaderboard</title> | |
<meta name="description" content="An Energy Leaderboard for LLMs"> | |
<!-- Opengraph Meta Tags --> | |
<meta property="og:url" content="https://ml.energy/leaderboard"> | |
<meta property="og:type" content="website"> | |
<meta property="og:title" content="ML.ENERGY Leaderboard"> | |
<meta property="og:description" content="An Energy Leaderboard for LLMs"> | |
<meta property="og:image" content="https://ml.energy/leaderboard/assets/og_image.png"> | |
<!-- Twitter Meta Tags --> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta property="twitter:domain" content="ml.energy"> | |
<meta property="twitter:url" content="https://ml.energy/leaderboard"> | |
<meta name="twitter:title" content="ML.ENERGY Leaderboard"> | |
<meta name="twitter:description" content="An Energy Leaderboard for LLMs"> | |
<meta name="twitter:image" content="https://ml.energy/leaderboard/assets/og_image.png"> | |
<!-- Favicon --> | |
<link rel="apple-touch-icon" sizes="180x180" href="https://ml.energy/leaderboard/assets/favicon/apple-touch-icon.png"> | |
<link rel="icon" type="image/png" sizes="32x32" href="https://ml.energy/leaderboard/assets/favicon/favicon-32x32.png"> | |
<link rel="icon" type="image/png" sizes="16x16" href="https://ml.energy/leaderboard/assets/favicon/favicon-16x16.png"> | |
<link rel="manifest" href="https://ml.energy/leaderboard/assets/favicon/site.webmanifest"> | |
<!-- Gradio embedding --> | |
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js"></script> | |
<!-- Google tag (gtag.js) --> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8NM6L1X6ML"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'G-8NM6L1X6ML'); | |
</script> | |
<!-- Force light theme --> | |
<script> | |
window.addEventListener('load', function () { | |
gradioURL = window.location.href | |
if (!gradioURL.endsWith('?__theme=light')) { | |
window.location.replace(gradioURL + '?__theme=light'); | |
} | |
}); | |
</script> | |
</head> | |
<body> | |
<gradio-app src="https://ml-energy-leaderboard.hf.space"></gradio-app> | |
</body> | |
</html> | |