cloth-segmentation / header.html
wildoctopus's picture
Update header.html
f9b6118
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
<div style="
display: inline-flex;
gap: 0.8rem;
font-size: 1.75rem;
justify-content: center;
margin-bottom: 10px;
">
<h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">
Cloth Segmentation
</h1>
</div>
<div>
<p style="align-items: center; margin-bottom: 7px;">
Cloth Segmentation gradio demo script using pre-trained U2NET. Extract fashion from Human potrait.
</p>
<p style="align-items: center; margin-bottom: 7px;">
Upload a image and wait for the model to generate the segmentation map.
</p>
<p style="align-items: center; margin-bottom: 7px;">
If you like this demo, please help to ⭐ the <a style="text-decoration: underline;" href="https://github.com/wildoctopus/huggingface-cloth-segmentation">Github Repo</a> 😊.
</p>
<p>You can skip the queue by duplicating this space and upgrading to gpu in settings.
</div>
</div>