Spaces:
Running
Running
Create index.html
Browse files- index.html +13 -0
index.html
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>Stable Diffusion 2</title>
|
7 |
+
<link rel="stylesheet" href="style.css" />
|
8 |
+
|
9 |
+
</head>
|
10 |
+
<body style="margin: 0; padding:0">
|
11 |
+
<iframe width="100%" style="border: 0; height: 200vh" src="https://593ffdcfd92ddca7.gradio.app/?__theme=system"></iframe>
|
12 |
+
</body>
|
13 |
+
</html>
|