Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 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="cover.
|
| 128 |
<source src="thumbnail.mp4" type="video/mp4" />
|
| 129 |
<source src="thumbnail.webm" type="video/webm" />
|
| 130 |
</video>
|
|
|
|
| 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="cover.jpg">
|
| 128 |
<source src="thumbnail.mp4" type="video/mp4" />
|
| 129 |
<source src="thumbnail.webm" type="video/webm" />
|
| 130 |
</video>
|