kj
Browse files- index.html +13 -15
index.html
CHANGED
@@ -6,27 +6,25 @@
|
|
6 |
<title>Hendoo.ai</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
<script src="https://unpkg.com/gradio"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>Hendoo.ai</h1>
|
12 |
|
13 |
<div id="gradio-container"></div>
|
14 |
<iframe
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
<script>
|
21 |
-
function loadGradioInterface() {
|
22 |
-
gradio.Interface.load("models/lllyasviel/sd-controlnet-mlsd").then(function(interface) {
|
23 |
-
interface.launch({
|
24 |
-
container: "#gradio-container"
|
25 |
-
});
|
26 |
-
});
|
27 |
-
}
|
28 |
|
29 |
-
|
30 |
-
</script>
|
31 |
</body>
|
32 |
</html>
|
|
|
6 |
<title>Hendoo.ai</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
<script src="https://unpkg.com/gradio"></script>
|
9 |
+
<script
|
10 |
+
type="module"
|
11 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/3.34.0/gradio.js"
|
12 |
+
></script>
|
13 |
+
|
14 |
+
<gradio-app src="https://brichett-maven-mlsd.hf.space"></gradio-app>
|
15 |
+
|
16 |
</head>
|
17 |
<body>
|
18 |
<h1>Hendoo.ai</h1>
|
19 |
|
20 |
<div id="gradio-container"></div>
|
21 |
<iframe
|
22 |
+
src="https://brichett-maven-mlsd.hf.space"
|
23 |
+
frameborder="0"
|
24 |
+
width="850"
|
25 |
+
height="450"
|
26 |
+
></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
+
|
|
|
29 |
</body>
|
30 |
</html>
|