|
<!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> |
|
|