ceckenrode
commited on
Commit
•
d9f61d1
1
Parent(s):
519094a
Update index.html
Browse files- index.html +19 -18
index.html
CHANGED
@@ -4,28 +4,29 @@
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<iframe
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
height="450"
|
15 |
-
></iframe>
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
height="450"
|
22 |
-
></iframe>
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
height="450"
|
29 |
-
></iframe>
|
30 |
</body>
|
31 |
</html>
|
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
+
<style>
|
8 |
+
iframe {
|
9 |
+
display: block;
|
10 |
+
margin: 20px auto;
|
11 |
+
max-width: 100%;
|
12 |
+
height: 60vh;
|
13 |
+
}
|
14 |
+
</style>
|
15 |
</head>
|
16 |
<body>
|
17 |
<iframe
|
18 |
+
src="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space"
|
19 |
+
frameborder="0"
|
20 |
+
></iframe>
|
|
|
|
|
21 |
|
22 |
+
<iframe
|
23 |
+
src="https://ceckenrode-bigscience-bloom.hf.space"
|
24 |
+
frameborder="0"
|
25 |
+
></iframe>
|
|
|
|
|
26 |
|
27 |
+
<iframe
|
28 |
+
src="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space"
|
29 |
+
frameborder="0"
|
30 |
+
></iframe>
|
|
|
|
|
31 |
</body>
|
32 |
</html>
|