<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>WeShopAI Virtual Try-On</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%; | |
} | |
@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 Virtual Try-On</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>   | |
<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"> | |
<strong>Disclaimer: </strong>The WeShopAI-Virtual-Try-On 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> |