Update header.html
Browse files- header.html +29 -24
header.html
CHANGED
@@ -1,26 +1,31 @@
|
|
1 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
<div>
|
14 |
-
<p style="align-items: center; margin-bottom: 7px;">
|
15 |
-
Cloth Segmentation gradio demo script using pre-trained U2NET. Extract fashion from Human potrait.
|
16 |
-
</p>
|
17 |
-
<p style="align-items: center; margin-bottom: 7px;">
|
18 |
-
Upload a image and wait for the model to generate the segmentation map.
|
19 |
-
</p>
|
20 |
-
<p style="align-items: center; margin-bottom: 7px;">
|
21 |
-
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> π.
|
22 |
-
</p>
|
23 |
-
<p>You can skip the queue by duplicating this space and upgrading to gpu in settings.
|
24 |
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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; margin-bottom: 7px; margin-top: 20px;">
|
10 |
+
Cloth Segmentation
|
11 |
+
</h1>
|
12 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
<div>
|
15 |
+
<p style="margin-bottom: 7px;">
|
16 |
+
Cloth Segmentation Gradio demo using a pre-trained U2NET model. Extract fashion items from human portraits.
|
17 |
+
</p>
|
18 |
+
<p style="margin-bottom: 7px;">
|
19 |
+
Upload an image and wait for the model to generate the segmentation map.
|
20 |
+
</p>
|
21 |
+
<p style="margin-bottom: 7px;">
|
22 |
+
If you like this demo, please consider β the
|
23 |
+
<a style="text-decoration: underline;" href="https://github.com/wildoctopus/huggingface-cloth-segmentation" target="_blank">
|
24 |
+
GitHub Repo
|
25 |
+
</a> π.
|
26 |
+
</p>
|
27 |
+
<p style="margin-bottom: 7px;">
|
28 |
+
You can skip the queue by duplicating this Space and upgrading to GPU in the settings.
|
29 |
+
</p>
|
30 |
+
</div>
|
31 |
+
</div>
|