coning / index.html
DmitrMakeev's picture
Create index.html
4cc0d07
<!DOCTYPE html>
<html>
<head>
<title>Веб-интерфейс для модели</title>
<style>
/* Ваш пользовательский CSS-код */
body {
background-color: white;
}
#myDiv {
background-color: white;
}
</style>
</head>
<body>
<div id="myDiv">
<iframe
src="https://darkstorm2150-stable-diffusion-protogen-x3-4-webui.hf.space"
frameborder="0"
width="100%"
height="550"
></iframe>
</div>
</body>
</html>