File size: 693 Bytes
7280f11 3fd9278 7280f11 3fd9278 f78aa93 7280f11 3fd9278 8de3ac2 3fd9278 af28b54 b6ec205 f78aa93 8de3ac2 b6ec205 f78aa93 3fd9278 7280f11 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Hendoo.ai</title>
<link rel="stylesheet" href="style.css" />
<script src="https://unpkg.com/gradio"></script>
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.34.0/gradio.js"
></script>
<gradio-app src="https://brichett-maven-mlsd.hf.space"></gradio-app>
</head>
<body>
<h1>Hendoo.ai</h1>
<div id="gradio-container"></div>
<iframe
src="https://ml6team-controlnet-interior-design.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</body>
</html>
|