Skip to content

Commit 438b90e

Browse files
Merge pull request #6 from byrTony-Frankzyq/master
update performance compare image
2 parents 7a13171 + fed4db0 commit 438b90e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

funasr/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,13 @@ <h2 class="title is-3">
277277
<!-- End paper abstract -->
278278

279279

280-
<p>TODO:
280+
<!-- <p>TODO:
281281
性能表格是否需要丰富,图中文字变英文?
282282
tech report 的链接。
283283
示例音频的删减?
284284
流式asr的demo
285-
</p>
285+
</p> -->
286+
286287
<!-- Image carousel -->
287288
<section class="hero is-small">
288289
<div class="hero-body">
@@ -333,21 +334,23 @@ <h2 class="subtitle has-text-centered">
333334
<div id="architecture-carousel" class="carousel results-carousel">
334335
<div class="item">
335336
<!-- Your image here -->
336-
<img src="static/images/compare.png" alt="compare" loading="lazy" style="width:100%"/>
337+
<img class="lang-en" src="static/images/compare_en.png" alt="compare" loading="lazy" style="width:100%"/>
338+
<img class="lang-zh" src="static/images/compare_zh.png" alt="compare" loading="lazy" style="width:100%"/>
337339
<h2 class="subtitle has-text-centered">
338340
Performance Comparison in Different Scenarios
339341
</h2>
340342
</div>
341343
<div class="item">
342344
<!-- Your image here -->
343-
<img src="static/images/hotwords_compare.png" alt="compare_1" loading="lazy" style="height:800px; width:100%"/>
344-
<h2 class="subtitle has-text-centered">
345+
<img class="lang-en" src="static/images/hotwords_compare.png" alt="compare_1" loading="lazy" style="height:800px; width:100%"/>
346+
<img class="lang-zh" src="static/images/hotwords_compare.png" alt="compare_1" loading="lazy" style="height:800px; width:100%"/>
347+
<h2 class="subtitle has-text-centered">
345348
Hot words Performance Comparison in Different Domain
346349
</h2>
347350
</div>
348351
</div>
349352
</div>
350-
</div>
353+
</div>
351354
</div>
352355
</section>
353356

209 KB
Loading
158 KB
Loading

0 commit comments

Comments
 (0)