Spaces:
Building
Building
Update templates/index.html
Browse files- templates/index.html +10 -10
templates/index.html
CHANGED
@@ -141,7 +141,7 @@
|
|
141 |
<!-- Title -->
|
142 |
<h1 class="title">Virtual Try-On</h1>
|
143 |
|
144 |
-
<p> Reach out to <a href="mailto:[email protected]">[email protected]</a> for inquiries
|
145 |
|
146 |
<!-- Key Input -->
|
147 |
<div class="key-container">
|
@@ -191,19 +191,19 @@
|
|
191 |
</div>
|
192 |
</form>
|
193 |
<div class="image-container">
|
194 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/kim1.jpg" alt="Image 1">
|
195 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/kim2.jpg" alt="Image 2">
|
196 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/kim3.jpg" alt="Image 3">
|
197 |
</div>
|
198 |
<div class="image-container">
|
199 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/meg1.jpg" alt="Image 1">
|
200 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/meg2.jpg" alt="Image 2">
|
201 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/meg3.jpg" alt="Image 3">
|
202 |
</div>
|
203 |
<div class="image-container">
|
204 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/bella1.jpg" alt="Image 1">
|
205 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/bella2.jpg" alt="Image 2">
|
206 |
-
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro/resolve/main/examples/bella3.jpg" alt="Image 3">
|
207 |
</div>
|
208 |
</div>
|
209 |
|
|
|
141 |
<!-- Title -->
|
142 |
<h1 class="title">Virtual Try-On</h1>
|
143 |
|
144 |
+
<p> Check out the <a href="https://vto.face-swap.co/" target="_blank">Virtual Try-On API</a>. Reach out to <a href="mailto:[email protected]">[email protected]</a> for inquiries. </p>
|
145 |
|
146 |
<!-- Key Input -->
|
147 |
<div class="key-container">
|
|
|
191 |
</div>
|
192 |
</form>
|
193 |
<div class="image-container">
|
194 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim1.jpg" alt="Image 1">
|
195 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim2.jpg" alt="Image 2">
|
196 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim3.jpg" alt="Image 3">
|
197 |
</div>
|
198 |
<div class="image-container">
|
199 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg1.jpg" alt="Image 1">
|
200 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg2.jpg" alt="Image 2">
|
201 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg3.jpg" alt="Image 3">
|
202 |
</div>
|
203 |
<div class="image-container">
|
204 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella1.jpg" alt="Image 1">
|
205 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella2.jpg" alt="Image 2">
|
206 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella3.jpg" alt="Image 3">
|
207 |
</div>
|
208 |
</div>
|
209 |
|