Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
<meta property="og:title" content="AVIP Benchmark" />
|
| 11 |
<meta property="og:description" content="Do multimodal models actually use audio in videos?" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
-
<meta property="og:video" content="
|
| 14 |
<meta name="twitter:card" content="summary_large_image" />
|
| 15 |
|
| 16 |
<link rel="icon" href="assets/favicon.png" />
|
|
@@ -124,9 +124,9 @@
|
|
| 124 |
<h1 id="tagline">Do you hear it?</h1>
|
| 125 |
<p>AVIP probes whether multimodal models actually use <strong>audio</strong> when interpreting videos.</p>
|
| 126 |
<a class="btn" href="#media">See examples</a>
|
| 127 |
-
<
|
| 128 |
-
|
| 129 |
-
</
|
| 130 |
</section>
|
| 131 |
|
| 132 |
<section id="about" class="section">
|
|
|
|
| 10 |
<meta property="og:title" content="AVIP Benchmark" />
|
| 11 |
<meta property="og:description" content="Do multimodal models actually use audio in videos?" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
+
<meta property="og:video" content="thumbnail_h264.mp4" />
|
| 14 |
<meta name="twitter:card" content="summary_large_image" />
|
| 15 |
|
| 16 |
<link rel="icon" href="assets/favicon.png" />
|
|
|
|
| 124 |
<h1 id="tagline">Do you hear it?</h1>
|
| 125 |
<p>AVIP probes whether multimodal models actually use <strong>audio</strong> when interpreting videos.</p>
|
| 126 |
<a class="btn" href="#media">See examples</a>
|
| 127 |
+
<video autoplay muted loop playsinline poster="assets/cover.jpg">
|
| 128 |
+
<source src="assets/cover_h264.mp4" type="video/mp4" />
|
| 129 |
+
</video>
|
| 130 |
</section>
|
| 131 |
|
| 132 |
<section id="about" class="section">
|