Spaces:
Running
Running
Shufan Li
commited on
Commit
·
27b6d65
1
Parent(s):
c23b46d
- index.html +2 -0
index.html
CHANGED
@@ -7,9 +7,11 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
10 |
<iframe src="https://0d46f909bdf7a829a4.gradio.live" height="1024px" width="100%"/>
|
11 |
</body>
|
12 |
<script>
|
13 |
window.huggingface.variables['DEMO_URL']
|
|
|
14 |
</script>
|
15 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<pre />
|
11 |
<iframe src="https://0d46f909bdf7a829a4.gradio.live" height="1024px" width="100%"/>
|
12 |
</body>
|
13 |
<script>
|
14 |
window.huggingface.variables['DEMO_URL']
|
15 |
+
document.querySelector("pre").textContent = JSON.stringify(window.huggingface, null, 2)
|
16 |
</script>
|
17 |
</html>
|