Ariamehr commited on
Commit
8356182
·
verified ·
1 Parent(s): c5ab9b6

Upload banner.html

Browse files
Files changed (1) hide show
  1. banner.html +68 -0
banner.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div style="
2
+ display: flex;
3
+ flex-direction: column;
4
+ justify-content: center;
5
+ align-items: center;
6
+ text-align: center;
7
+ background: linear-gradient(45deg, #1a1a1a 0%, #333333 100%);
8
+ padding: 24px;
9
+ gap: 24px;
10
+ border-radius: 8px;
11
+ ">
12
+ <div style="display: flex; gap: 8px;">
13
+ <h1 style="
14
+ font-size: 48px;
15
+ color: #fafafa;
16
+ margin: 0;
17
+ font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
18
+ 'Lucida Sans', Arial, sans-serif;
19
+ ">
20
+ Sapiens 0.3B: Body-part Segmentation
21
+ </h1>
22
+
23
+
24
+ </div>
25
+
26
+ <p style="
27
+ margin: 0;
28
+ line-height: 1.6rem;
29
+ font-size: 16px;
30
+ color: #fafafa;
31
+ opacity: 0.8;
32
+ ">
33
+ <a href="https://about.meta.com/realitylabs/codecavatars/sapiens/" target="_blank">Sapiens</a> is a human-centric
34
+ family of foundational models trained by Meta Reality Labs. <br />
35
+ This Space is brought to you by FASHN AI, for your convenience, to showcase the capabilities of Sapiens for
36
+ body-part Segmentation.
37
+
38
+ </p>
39
+
40
+ <div style="
41
+ display: flex;
42
+ justify-content: center;
43
+ align-items: center;
44
+ text-align: center;
45
+ ">
46
+ <a href="https://fashn.ai"><img
47
+ src="https://custom-icon-badges.demolab.com/badge/FASHN_AI-333333?style=for-the-badge&logo=fashn"
48
+ alt="FASHN AI" /></a>
49
+ <a href="https://github.com/fashn-AI"><img
50
+ src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"
51
+ alt="Github" /></a>
52
+ <a href="https://www.linkedin.com/company/fashn">
53
+ <img src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white"
54
+ alt="LinkedIn" />
55
+ </a>
56
+
57
+ <a href="https://x.com/fashn_ai"><img
58
+ src="https://img.shields.io/badge/@fashn_ai-%23000000.svg?style=for-the-badge&logo=X&logoColor=white"
59
+ alt="X" /></a>
60
+ <a href="https://www.instagram.com/fashn.ai/"><img
61
+ src="https://img.shields.io/badge/Fashn.ai-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white"
62
+ alt="Instagram" /></a>
63
+ <a href="https://discord.gg/zfqzkGBxE5">
64
+ <img src="https://img.shields.io/badge/fashn_ai-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white"
65
+ alt="Discord" />
66
+ </a>
67
+ </div>
68
+ </div>