Spaces:
Runtime error
Runtime error
Explore our other applications on Hugging Face Spaces
Browse files- assets/title.html +17 -0
assets/title.html
CHANGED
@@ -26,6 +26,15 @@
|
|
26 |
padding-left: 10%;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
@media (max-width: 767px) {
|
30 |
.title-text {
|
31 |
font-size: 30px;
|
@@ -88,6 +97,14 @@
|
|
88 |
to explore further.
|
89 |
</div>
|
90 |
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
<div class="content-text">
|
92 |
<strong>Disclaimer: </strong>The WeShopAI-Pose-Generator Demo on
|
93 |
HuggingFace space is free for trials. Any solicitation for payment
|
|
|
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;
|
|
|
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 href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Virtual-Try-On">WeShopAI Virtual Try-On</a>
|
104 |
+
<a href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Bad-Hand-Fixer">WeShopAI Bad Hand Fixer</a>
|
105 |
+
</span>
|
106 |
+
</div>
|
107 |
+
<br>
|
108 |
<div class="content-text">
|
109 |
<strong>Disclaimer: </strong>The WeShopAI-Pose-Generator Demo on
|
110 |
HuggingFace space is free for trials. Any solicitation for payment
|