- index.html +6 -1
index.html
CHANGED
@@ -11,7 +11,12 @@
|
|
11 |
<h1>Hendoo.ai</h1>
|
12 |
|
13 |
<div id="gradio-container"></div>
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
15 |
<script>
|
16 |
function loadGradioInterface() {
|
17 |
gradio.Interface.load("models/lllyasviel/sd-controlnet-mlsd").then(function(interface) {
|
|
|
11 |
<h1>Hendoo.ai</h1>
|
12 |
|
13 |
<div id="gradio-container"></div>
|
14 |
+
<iframe
|
15 |
+
src="https://<space-subdomain>.hf.space"
|
16 |
+
frameborder="0"
|
17 |
+
width="850"
|
18 |
+
height="450"
|
19 |
+
></iframe>
|
20 |
<script>
|
21 |
function loadGradioInterface() {
|
22 |
gradio.Interface.load("models/lllyasviel/sd-controlnet-mlsd").then(function(interface) {
|