Meta-Sapiens / banner.html
Ariamehr's picture
Update banner.html
f890f52 verified
raw
history blame
No virus
1.09 kB
<div style="
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(45deg, #1a1a1a 0%, #333333 100%);
padding: 24px;
gap: 24px;
border-radius: 8px;
">
<div style="display: flex; gap: 8px;">
<h1 style="
font-size: 48px;
color: #fafafa;
margin: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
">
Sapiens : Body-part Segmentation
</h1>
</div>
<p style="
margin: 0;
line-height: 1.6rem;
font-size: 16px;
color: #aaaaaa;
opacity: 0.8;
">
<a href="https://about.meta.com/realitylabs/codecavatars/sapiens/" target="_blank">Sapiens</a> is a human-centric
family of foundational models trained by Meta Reality Labs. <br />
</p>
<div style="
display: flex;
justify-content: center;
align-items: center;
text-align: center;
">
</a>
</div>
</div>