File size: 3,059 Bytes
d21a328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
edc9739
 
 
 
 
 
 
 
 
d21a328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
edc9739
 
 
 
 
 
 
 
d21a328
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>WeShopAI Pose Generator</title>
    <style>
      .title-text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 40px;
      }

      .center-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .content-text {
        text-align: center;
        font-size: 14px;
        padding-right: 10%;
        padding-left: 10%;
      }

      .nav-links {
          text-align: center;
      }

      .nav-links a {
          margin: 0 4px;
          font-weight: bold;
      }

      @media (max-width: 767px) {
        .title-text {
          font-size: 30px;
        }

        .content-text {
          font-size: 12px;
          padding-right: 2%;
          padding-left: 2%;
        }
      }

      @media (max-width: 450px) {
        .title-text {
          font-size: 24px;
        }

        .content-text {
          font-size: 12px;
          padding-right: 0;
          padding-left: 0;
        }
      }

      @media (max-width: 360px) {
        .title-text {
          font-size: 22px;
        }
      }
    </style>
  </head>
  <body>
    <div>
      <div>
        <div class="title-text">
          <b>WeShopAI Pose Generator</b>
        </div>
        <br />
        <div class="center-content">
          <a href="https://www.weshop.com/"
            ><img
              src="https://img.shields.io/static/v1?label=Official Website&message=CN&color=red"
          /></a>
          &ensp;
          <a href="https://www.weshop.ai/"
            ><img
              src="https://img.shields.io/static/v1?label=Official Website&message=EN&color=blue"
          /></a>
        </div>
        <br />
        <div class="content-text">
          Commercial clients are encouraged to evaluate the API capabilities
          offered at weshop.ai.
          <a
            href="https://open.weshop.ai/authorization/apikey"
            style="font-weight: bold"
            target="_blank"
            >Get an API Key</a
          >
          to explore further.
        </div>
        <br />
        <div class="content-text">
            Explore our other applications on Hugging Face Spaces:
            <span class="nav-links">
                <a href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Virtual-Try-On">WeShopAI Virtual Try-On</a>
                <a href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Bad-Hand-Fixer">WeShopAI Bad Hand Fixer</a>
            </span>
        </div>
        <br>
        <div class="content-text">
          <strong>Disclaimer: </strong>The WeShopAI-Pose-Generator Demo on
          HuggingFace space is free for trials. Any solicitation for payment
          based on the free features we provide on HuggingFace Space is a
          fraudulent act. Beware of scams and do not fall victim to deceit.
        </div>
      </div>
    </div>
  </body>
</html>