Spaces:
Running
Running
Update index.html
Browse files- index.html +14 -0
index.html
CHANGED
|
@@ -119,6 +119,20 @@
|
|
| 119 |
|
| 120 |
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
|
| 123 |
<!-- -----------------Digital Human Voice Content Starts---------------- -->
|
| 124 |
<div id="voice" class="content-section hidden">
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
|
| 122 |
+
<!-- --------------------edge llm v2 Starts------------------------------------------- -->
|
| 123 |
+
<div id="llmonedge2" class="content-section hidden">
|
| 124 |
+
<div class="card">
|
| 125 |
+
<iframe src="https://huggingface.co/spaces/atlury/edgellm"
|
| 126 |
+
width="100%"
|
| 127 |
+
height="100%"
|
| 128 |
+
style="border: none; border-radius: 12px;"
|
| 129 |
+
title="Virtual Try on"
|
| 130 |
+
allow="microphone">
|
| 131 |
+
</iframe>
|
| 132 |
+
</div>
|
| 133 |
+
</div>
|
| 134 |
+
<!-- --------------------edge llm v2---------------------------------------------- -->
|
| 135 |
+
|
| 136 |
|
| 137 |
<!-- -----------------Digital Human Voice Content Starts---------------- -->
|
| 138 |
<div id="voice" class="content-section hidden">
|