yuchenlin commited on
Commit
09bcf64
1 Parent(s): c8627bb

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -7,7 +7,7 @@
7
  <title>Vision Arena by WildVision Team</title>
8
  <script>
9
  document.addEventListener("DOMContentLoaded", function() {
10
- var gradioURL = "https://45e09753aa818088f7.gradio.live/?__theme=light"; // Your variable URL
11
  var iframe = document.getElementById("gradioIframe");
12
  var link = document.getElementById("gradioLink");
13
  if (iframe) iframe.src = gradioURL;
@@ -16,9 +16,8 @@
16
  </script>
17
  </head>
18
  <body>
19
- <h1>Coming back soon! We're restarting our server. </h1>
20
- <!-- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;">
21
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
22
- </iframe> -->
23
  </body>
24
  </html>
 
7
  <title>Vision Arena by WildVision Team</title>
8
  <script>
9
  document.addEventListener("DOMContentLoaded", function() {
10
+ var gradioURL = "https://ba27433f7e249d6f33.gradio.live/?__theme=light"; // Your variable URL
11
  var iframe = document.getElementById("gradioIframe");
12
  var link = document.getElementById("gradioLink");
13
  if (iframe) iframe.src = gradioURL;
 
16
  </script>
17
  </head>
18
  <body>
19
+ <iframe id="gradioIframe" width="100%" height="100%" style="border:none;">
 
20
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
21
+ </iframe>
22
  </body>
23
  </html>