Spaces:
Build error
Build error
yizhangliu
commited on
Commit
•
82e613c
1
Parent(s):
6c85792
Create header.html
Browse files- header.html +24 -0
header.html
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
<img
|
10 |
+
src="https://aeiljuispo.cloudimg.io/v7/https://s3.amazonaws.com/moonup/production/uploads/1665970599545-634cb15a4abe8405758d2e7e.jpeg"
|
11 |
+
alt="RunwayML" width="64px">
|
12 |
+
<h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">
|
13 |
+
RunwayML Stable Diffusion Inpainting 🎨
|
14 |
+
</h1>
|
15 |
+
</div>
|
16 |
+
<div>
|
17 |
+
<p style="align-items: center; margin-bottom: 7px;">
|
18 |
+
Stable Diffusion Inpainting, add a mask and text prompt for what you want to replace <br>For faster
|
19 |
+
generation you can try
|
20 |
+
<a href="https://app.runwayml.com/video-tools/teams/akhaliq/ai-tools/erase-and-replace"
|
21 |
+
style="text-decoration: underline;" target="_blank">erase and replace tool on Runway</a>
|
22 |
+
</p>
|
23 |
+
</div>
|
24 |
+
</div>
|