ceckenrode
commited on
Commit
•
84c5cb5
1
Parent(s):
d300f96
Update index.html
Browse files- index.html +15 -8
index.html
CHANGED
@@ -4,29 +4,36 @@
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
<title>My static Space</title>
|
7 |
-
<style
|
8 |
-
iframe {
|
9 |
-
display: block;
|
10 |
-
margin: 20px auto;
|
11 |
-
max-width: 100%;
|
12 |
-
height: calc(100vh - 100px);
|
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>
|
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
<title>My static Space</title>
|
7 |
+
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<h1>My Static Space</h1>
|
11 |
+
|
12 |
<iframe
|
13 |
src="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space"
|
14 |
frameborder="0"
|
15 |
+
width="100%"
|
16 |
+
height="450"
|
17 |
></iframe>
|
18 |
|
19 |
+
<a href="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space">Go to Easy Button Zero-shot Text Classifier</a>
|
20 |
+
|
21 |
<iframe
|
22 |
src="https://ceckenrode-bigscience-bloom.hf.space"
|
23 |
frameborder="0"
|
24 |
+
width="100%"
|
25 |
+
height="450"
|
26 |
></iframe>
|
27 |
|
28 |
+
<a href="https://ceckenrode-bigscience-bloom.hf.space">Go to BigScience Bloom</a>
|
29 |
+
|
30 |
<iframe
|
31 |
src="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space"
|
32 |
frameborder="0"
|
33 |
+
width="100%"
|
34 |
+
height="450"
|
35 |
></iframe>
|
36 |
+
|
37 |
+
<a href="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space">Go to RunwayML Stable Diffusion v1.5</a>
|
38 |
</body>
|
39 |
</html>
|