Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -147,10 +147,10 @@
|
|
147 |
<h2 class="examples-title">Examples</h2>
|
148 |
|
149 |
<div class="examples-container">
|
150 |
-
<a href="https://huggingface.co/spaces/tonyassi/
|
151 |
<img class="example-image" src="{{ url_for('static', filename='users/gigi/gigi.png') }}" alt="Gigi">
|
152 |
</a>
|
153 |
-
<a href="https://huggingface.co/spaces/tonyassi/
|
154 |
<img class="example-image" src="{{ url_for('static', filename='users/tim/tim.png') }}" alt="Tim">
|
155 |
</a>
|
156 |
</div>
|
|
|
147 |
<h2 class="examples-title">Examples</h2>
|
148 |
|
149 |
<div class="examples-container">
|
150 |
+
<a href="https://huggingface.co/spaces/tonyassi/v-style?id=gigi" target="_blank" rel="noopener noreferrer">
|
151 |
<img class="example-image" src="{{ url_for('static', filename='users/gigi/gigi.png') }}" alt="Gigi">
|
152 |
</a>
|
153 |
+
<a href="https://huggingface.co/spaces/tonyassi/v-style?id=tim" target="_blank" rel="noopener noreferrer">
|
154 |
<img class="example-image" src="{{ url_for('static', filename='users/tim/tim.png') }}" alt="Tim">
|
155 |
</a>
|
156 |
</div>
|