Spaces:
Sleeping
Sleeping
done
Browse files- header.html +16 -16
header.html
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
1 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
2 |
+
<div style="
|
3 |
+
display: inline-flex;
|
4 |
+
gap: 0.8rem;
|
5 |
+
font-size: 1.75rem;
|
6 |
+
justify-content: center;
|
7 |
+
margin-bottom: 10px;
|
8 |
+
">
|
9 |
+
<h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">
|
10 |
+
Stable Diffusion XL Inpainting 🎨
|
11 |
+
</h1>
|
12 |
+
</div>
|
13 |
+
<div>
|
14 |
+
<p style="align-items: center; margin-bottom: 7px;">
|
15 |
+
Demo for the <a href="https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1" target="_blank">Stable Diffusion XL Inpainting model</a>, add a mask and text prompt for what you want to replace
|
16 |
+
</div>
|
17 |
+
</div>
|