Spaces:
Running
Running
Update index.html
Browse files- index.html +22 -3
index.html
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
<a href="#" data-content="remotevoice">Voice Chat Cloud</a>
|
32 |
<a href="#" data-content="video"> Voice Chat on Edge</a>
|
|
|
33 |
<a href="#" data-content="tryoncloud">Voice Chat with Clothing Search</a>
|
34 |
<a href="#" data-content="tryoncar">AR VR Car Showroom</a>
|
35 |
<a href="#" data-content="llmonedge1">LLM on Edge v1</a>
|
@@ -103,7 +104,7 @@
|
|
103 |
<!-- --------------------Remote Try on ends---------------------------------------------- -->
|
104 |
|
105 |
|
106 |
-
|
107 |
<div id="tryoncar" class="content-section hidden">
|
108 |
<div class="card">
|
109 |
<iframe src="https://atlury.github.io/jioarvrc3/index.html"
|
@@ -119,7 +120,7 @@
|
|
119 |
|
120 |
|
121 |
|
122 |
-
|
123 |
<div id="llmonedge2" class="content-section hidden">
|
124 |
<div class="card">
|
125 |
<iframe src="https://atlury-edgellm.static.hf.space/"
|
@@ -131,9 +132,27 @@
|
|
131 |
</iframe>
|
132 |
</div>
|
133 |
</div>
|
134 |
-
<!-- --------------------edge llm
|
135 |
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
<!-- -----------------Digital Human Voice Content Starts---------------- -->
|
138 |
<div id="voice" class="content-section hidden">
|
139 |
<div class="card voice-card">
|
|
|
30 |
|
31 |
<a href="#" data-content="remotevoice">Voice Chat Cloud</a>
|
32 |
<a href="#" data-content="video"> Voice Chat on Edge</a>
|
33 |
+
<a href="#" data-content="tryonframe">Virtual Try On</a>
|
34 |
<a href="#" data-content="tryoncloud">Voice Chat with Clothing Search</a>
|
35 |
<a href="#" data-content="tryoncar">AR VR Car Showroom</a>
|
36 |
<a href="#" data-content="llmonedge1">LLM on Edge v1</a>
|
|
|
104 |
<!-- --------------------Remote Try on ends---------------------------------------------- -->
|
105 |
|
106 |
|
107 |
+
<!-- --------------------Remote Car Starts------------------------------------------- -->
|
108 |
<div id="tryoncar" class="content-section hidden">
|
109 |
<div class="card">
|
110 |
<iframe src="https://atlury.github.io/jioarvrc3/index.html"
|
|
|
120 |
|
121 |
|
122 |
|
123 |
+
<!-- --------------------edge llm v2 Starts------------------------------------------- -->
|
124 |
<div id="llmonedge2" class="content-section hidden">
|
125 |
<div class="card">
|
126 |
<iframe src="https://atlury-edgellm.static.hf.space/"
|
|
|
132 |
</iframe>
|
133 |
</div>
|
134 |
</div>
|
135 |
+
<!-- --------------------edge llm ends---------------------------------------------- -->
|
136 |
|
137 |
|
138 |
+
|
139 |
+
<!-- --------------------try on Starts------------------------------------------- -->
|
140 |
+
<div id="tryonframe" class="content-section hidden">
|
141 |
+
<div class="card">
|
142 |
+
<iframe src="https://atlury-jiovirtualtryon.hf.space/"
|
143 |
+
width="100%"
|
144 |
+
height="100%"
|
145 |
+
style="border: none; border-radius: 12px;"
|
146 |
+
title="Virtual Try on"
|
147 |
+
allow="microphone">
|
148 |
+
</iframe>
|
149 |
+
</div>
|
150 |
+
</div>
|
151 |
+
<!-- --------------------try on ends---------------------------------------------- -->
|
152 |
+
|
153 |
+
|
154 |
+
|
155 |
+
|
156 |
<!-- -----------------Digital Human Voice Content Starts---------------- -->
|
157 |
<div id="voice" class="content-section hidden">
|
158 |
<div class="card voice-card">
|