Update index.html
Browse files- index.html +3 -2
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" />
|
|
@@ -125,7 +125,8 @@
|
|
| 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 |
-
|
|
|
|
| 129 |
</video>
|
| 130 |
</section>
|
| 131 |
|
|
|
|
| 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" />
|
| 14 |
<meta name="twitter:card" content="summary_large_image" />
|
| 15 |
|
| 16 |
<link rel="icon" href="assets/favicon.png" />
|
|
|
|
| 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="thumbnail.mp4" type="video/mp4" />
|
| 129 |
+
<source src="thumbnail.webm" type="video/webm" />
|
| 130 |
</video>
|
| 131 |
</section>
|
| 132 |
|