Grets commited on
Commit
ee33931
·
verified ·
1 Parent(s): 7510803

Update index.html

Browse files
Files changed (1) hide show
  1. 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="thumbnail.mp4" />
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
- <div class="cover" aria-hidden="true">
128
- <img src="thumbnail.mp4" alt="Stylized collage of waveforms and video frames" loading="lazy" />
129
- </div>
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">