File size: 1,062 Bytes
1c6ea49 56608f8 1c6ea49 56608f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<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; margin-bottom: 7px; margin-top: 20px;">
Cloth Segmentation
</h1>
</div>
<div>
<p style="margin-bottom: 7px;">
Cloth Segmentation Gradio demo using a pre-trained U2NET model. Extract fashion items from human portraits.
</p>
<p style="margin-bottom: 7px;">
Upload an image and wait for the model to generate the segmentation map.
</p>
<p style="margin-bottom: 7px;">
If you like this demo, please consider β the
<a style="text-decoration: underline;" href="https://github.com/wildoctopus/huggingface-cloth-segmentation" target="_blank">
GitHub Repo
</a> π.
</p>
<p style="margin-bottom: 7px;">
You can skip the queue by duplicating this Space and upgrading to GPU in the settings.
</p>
</div>
</div>
|