Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -4
index.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
border: none;
|
18 |
}
|
19 |
</style>
|
20 |
-
<script>
|
21 |
document.addEventListener("DOMContentLoaded", function() {
|
22 |
var gradioURL = "https://b596c30a6c9e2ae982.gradio.live";
|
23 |
var iframe = document.getElementById("gradioIframe");
|
@@ -25,11 +25,12 @@
|
|
25 |
if (iframe) iframe.src = gradioURL;
|
26 |
if (link) link.href = gradioURL;
|
27 |
});
|
28 |
-
</script>
|
29 |
</head>
|
30 |
<body>
|
31 |
-
|
|
|
32 |
Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
|
33 |
-
</iframe>
|
34 |
</body>
|
35 |
</html>
|
|
|
17 |
border: none;
|
18 |
}
|
19 |
</style>
|
20 |
+
<!-- <script>
|
21 |
document.addEventListener("DOMContentLoaded", function() {
|
22 |
var gradioURL = "https://b596c30a6c9e2ae982.gradio.live";
|
23 |
var iframe = document.getElementById("gradioIframe");
|
|
|
25 |
if (iframe) iframe.src = gradioURL;
|
26 |
if (link) link.href = gradioURL;
|
27 |
});
|
28 |
+
</script> -->
|
29 |
</head>
|
30 |
<body>
|
31 |
+
The arena is temporarily unavailable. If someone can offer 2 H100 GPUs, we can bring it back up. Thanks!
|
32 |
+
<!-- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;" allow="clipboard-write" sandbox="allow-scripts allow-same-origin allow-popups">
|
33 |
Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
|
34 |
+
</iframe> -->
|
35 |
</body>
|
36 |
</html>
|