update
Browse files- app.py +1 -1
- assets/human/05.jpeg +0 -3
- assets/human/{04.png β 05.png} +0 -0
- assets/title.html +85 -86
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/
|
| 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
|
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 |
-
|
| 4 |
-
<meta charset="UTF-8"
|
| 5 |
<title>WeShopAI Fashion Model Pose Change</title>
|
| 6 |
<style>
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 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 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
|
|
|
|
|
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
font-size: 30px;
|
| 41 |
}
|
| 42 |
|
| 43 |
-
.
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
padding-left: 2%;
|
| 47 |
}
|
| 48 |
-
}
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
}
|
| 54 |
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
}
|
| 60 |
-
}
|
| 61 |
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
|
|
|
| 65 |
}
|
| 66 |
-
}
|
| 67 |
</style>
|
| 68 |
-
|
| 69 |
-
|
|
|
|
| 70 |
<div>
|
| 71 |
-
<div>
|
| 72 |
<div class="title-text">
|
| 73 |
-
|
| 74 |
</div>
|
| 75 |
-
<br
|
| 76 |
<div class="center-content">
|
| 77 |
-
|
| 78 |
><img
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
><img
|
| 84 |
-
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
</div>
|
| 87 |
-
<br
|
| 88 |
<div class="content-text">
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 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 |
-
|
| 102 |
-
|
| 103 |
<a
|
| 104 |
-
|
| 105 |
-
|
| 106 |
>
|
| 107 |
<a
|
| 108 |
-
|
| 109 |
-
|
| 110 |
>
|
| 111 |
</span>
|
| 112 |
</div>
|
| 113 |
-
<br
|
| 114 |
<div class="content-text">
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
</div>
|
| 120 |
-
</div>
|
| 121 |
</div>
|
| 122 |
-
|
|
|
|
| 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 |
+
 
|
| 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>
|