WeShop commited on
Commit
b10d777
Β·
1 Parent(s): a8494f4
app.py CHANGED
@@ -484,7 +484,7 @@ with gr.Blocks(css=css) as WeShop:
484
  "assets/examples/result_06_01.jpeg"
485
  ],
486
  [
487
- "assets/human/04.png",
488
  "Keep the background unchanged, only change the person's pose",
489
  "assets/examples/result_04_01.jpeg"
490
  ],
 
484
  "assets/examples/result_06_01.jpeg"
485
  ],
486
  [
487
+ "assets/human/05.png",
488
  "Keep the background unchanged, only change the person's pose",
489
  "assets/examples/result_04_01.jpeg"
490
  ],
assets/human/05.jpeg DELETED

Git LFS Details

  • SHA256: e63b884391ac41cafb8cc3a4eb2fc26a1f1971854908441405b4725ffc15b86a
  • Pointer size: 131 Bytes
  • Size of remote file: 547 kB
assets/human/{04.png β†’ 05.png} RENAMED
File without changes
assets/title.html CHANGED
@@ -1,123 +1,122 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
  <title>WeShopAI Fashion Model Pose Change</title>
6
  <style>
7
- .title-text {
8
- display: flex;
9
- justify-content: center;
10
- align-items: center;
11
- text-align: center;
12
- font-size: 40px;
13
- }
14
-
15
- .center-content {
16
- display: flex;
17
- justify-content: center;
18
- align-items: center;
19
- text-align: center;
20
- }
21
-
22
- .content-text {
23
- text-align: center;
24
- font-size: 14px;
25
- padding-right: 10%;
26
- padding-left: 10%;
27
- }
28
 
29
- .nav-links {
30
- text-align: center;
31
- }
 
 
 
32
 
33
- .nav-links a {
34
- margin: 0 4px;
35
- font-weight: bold;
36
- }
 
 
37
 
38
- @media (max-width: 767px) {
39
- .title-text {
40
- font-size: 30px;
41
  }
42
 
43
- .content-text {
44
- font-size: 12px;
45
- padding-right: 2%;
46
- padding-left: 2%;
47
  }
48
- }
49
 
50
- @media (max-width: 450px) {
51
- .title-text {
52
- font-size: 24px;
 
 
 
 
 
 
 
53
  }
54
 
55
- .content-text {
56
- font-size: 12px;
57
- padding-right: 0;
58
- padding-left: 0;
 
 
 
 
 
 
59
  }
60
- }
61
 
62
- @media (max-width: 360px) {
63
- .title-text {
64
- font-size: 22px;
 
65
  }
66
- }
67
  </style>
68
- </head>
69
- <body>
 
70
  <div>
71
- <div>
72
  <div class="title-text">
73
- <b>WeShopAI Fashion Model Pose Change</b>
74
  </div>
75
- <br />
76
  <div class="center-content">
77
- <a href="https://www.weshop.com/"
78
  ><img
79
- src="https://img.shields.io/static/v1?label=Official Website&message=CN&color=red"
80
- /></a>
81
- &ensp;
82
- <a href="https://www.weshop.ai/"
83
  ><img
84
- src="https://img.shields.io/static/v1?label=Official Website&message=EN&color=blue"
85
- /></a>
 
 
 
 
 
86
  </div>
87
- <br />
88
  <div class="content-text">
89
- Commercial clients are encouraged to evaluate the API capabilities
90
- offered at weshop.ai.
91
- <a
92
- href="https://open.weshop.ai/authorization/apikey"
93
- style="font-weight: bold"
94
- target="_blank"
95
- >Get an API Key</a
96
- >
97
- to explore further.
98
  </div>
99
- <br />
100
  <div class="content-text">
101
- Explore our other applications on Hugging Face Spaces:
102
- <span class="nav-links">
103
  <a
104
- href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Virtual-Try-On"
105
- >WeShopAI Virtual Try-On</a
106
  >
107
  <a
108
- href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Bad-Hand-Fixer"
109
- >WeShopAI Bad Hand Fixer</a
110
  >
111
  </span>
112
  </div>
113
- <br />
114
  <div class="content-text">
115
- <strong>Disclaimer: </strong>The WeShopAI-Pose-Generator Demo on
116
- HuggingFace space is free for trials. Any solicitation for payment
117
- based on the free features we provide on HuggingFace Space is a
118
- fraudulent act. Beware of scams and do not fall victim to deceit.
119
  </div>
120
- </div>
121
  </div>
122
- </body>
 
123
  </html>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
  <title>WeShopAI Fashion Model Pose Change</title>
6
  <style>
7
+ .title-text {
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ text-align: center;
12
+ font-size: 40px;
13
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
+ .center-content {
16
+ display: flex;
17
+ justify-content: center;
18
+ align-items: center;
19
+ text-align: center;
20
+ }
21
 
22
+ .content-text {
23
+ text-align: center;
24
+ font-size: 14px;
25
+ padding-right: 10%;
26
+ padding-left: 10%;
27
+ }
28
 
29
+ .nav-links {
30
+ text-align: center;
 
31
  }
32
 
33
+ .nav-links a {
34
+ margin: 0 4px;
35
+ font-weight: bold;
 
36
  }
 
37
 
38
+ @media (max-width: 767px) {
39
+ .title-text {
40
+ font-size: 30px;
41
+ }
42
+
43
+ .content-text {
44
+ font-size: 12px;
45
+ padding-right: 2%;
46
+ padding-left: 2%;
47
+ }
48
  }
49
 
50
+ @media (max-width: 450px) {
51
+ .title-text {
52
+ font-size: 24px;
53
+ }
54
+
55
+ .content-text {
56
+ font-size: 12px;
57
+ padding-right: 0;
58
+ padding-left: 0;
59
+ }
60
  }
 
61
 
62
+ @media (max-width: 360px) {
63
+ .title-text {
64
+ font-size: 22px;
65
+ }
66
  }
 
67
  </style>
68
+ </head>
69
+ <body>
70
+ <div>
71
  <div>
 
72
  <div class="title-text">
73
+ <b>WeShopAI Fashion Model Pose Change</b>
74
  </div>
75
+ <br/>
76
  <div class="center-content">
77
+ <a href="https://www.weshop.com/"
78
  ><img
79
+ src="https://img.shields.io/static/v1?label=Official Website&message=CN&color=red"
80
+ /></a>
81
+ &ensp;
82
+ <a href="https://www.weshop.ai/"
83
  ><img
84
+ src="https://img.shields.io/static/v1?label=Official Website&message=EN&color=blue"
85
+ /></a>
86
+ </div>
87
+ <br/>
88
+ <div class="content-text">
89
+ <strong>How It Works: </strong>Redefine your model's stance in seconds. Provide a starting photo and a text
90
+ description of the new pose you envision, and our AI will create a naturally transformed image.
91
  </div>
92
+ <br>
93
  <div class="content-text">
94
+ Discover the robust API capabilities available at weshop.ai, tailored for commercial clients.
95
+ <a href="https://open.weshop.ai/authorization/apikey" style="font-weight: bold;" target="_blank"> Get an API
96
+ Key </a>to explore further and leverage these powerful tools.
 
 
 
 
 
 
97
  </div>
98
+ <br>
99
  <div class="content-text">
100
+ Discover our other powerful AI applications on WeShop AI Spaces at Hugging Face:
101
+ <span class="nav-links">
102
  <a
103
+ href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Virtual-Try-On"
104
+ >WeShopAI Virtual Try-On</a
105
  >
106
  <a
107
+ href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Bad-Hand-Fixer"
108
+ >WeShopAI Bad Hand Fixer</a
109
  >
110
  </span>
111
  </div>
112
+ <br/>
113
  <div class="content-text">
114
+ <strong>Disclaimer: </strong>The WeShopAI-Pose-Generator Demo on
115
+ HuggingFace space is free for trials. Any solicitation for payment
116
+ based on the free features we provide on HuggingFace Space is a
117
+ fraudulent act. Beware of scams and do not fall victim to deceit.
118
  </div>
 
119
  </div>
120
+ </div>
121
+ </body>
122
  </html>