TabShu commited on
Commit
e1ac5df
1 Parent(s): dd11b80

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +16 -1
index.html CHANGED
@@ -168,7 +168,22 @@
168
  </section>
169
 
170
 
171
- <iframe src="https://demo.linksoul.ai/vlm/" style="width:100%; height: 100%; border: 0; position: absolute; margin-top: 100px; margin-bottom: 50px;"></iframe>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
  <!-- <section class="section" id="Acknowledgement" style="position:fixed; bottom:0px; width:100%; display:none;">
174
  <div class="container is-max-desktop">
 
168
  </section>
169
 
170
 
171
+ <section class="hero is-light is-small">
172
+ <div class="hero-body">
173
+ <h2 class="title is-3" style="text-align: center;">Demo</h2>
174
+ <!-- Chinese LLaVA Demo -->
175
+ <div id="llasaLoading" style="position: absolute; width: 100%; z-index: 1; display: flex; justify-content: center; align-items: center;">
176
+ <div style="text-align: center;">
177
+ <img src="./images/duck.gif" alt="loading" />
178
+ <h3>Loading...</h3>
179
+ </div>
180
+ </div>
181
+ <!-- / Chinese LLaVA Demo -->
182
+ </div>
183
+ </section>
184
+
185
+
186
+ <!-- <iframe src="https://demo.linksoul.ai/vlm/" style="width:100%; height: 100%; border: 0; position: absolute; margin-top: 100px; margin-bottom: 50px;"></iframe> -->
187
 
188
  <!-- <section class="section" id="Acknowledgement" style="position:fixed; bottom:0px; width:100%; display:none;">
189
  <div class="container is-max-desktop">