File size: 490 Bytes
4cc0d07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
<!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>