Skip to content

Commit

Permalink
teaser2
Browse files Browse the repository at this point in the history
  • Loading branch information
cszy98 committed Nov 12, 2024
1 parent 37fe1c9 commit 9828664
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,20 @@ <h1 class="title is-1 publication-title">FasterCache: Training-Free Video Diffus
</section>
<!-- End teaser video -->

<!-- Teaser video-->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
<!-- Your video here -->
<source src="static/videos/teaser2_compressed.mp4"
type="video/mp4">
</video>
</div>
</div>
</section>
<!-- End teaser video -->

<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
Expand Down
Binary file modified static/.DS_Store
Binary file not shown.
Binary file added static/videos/teaser2_compressed.mp4
Binary file not shown.

0 comments on commit 9828664

Please sign in to comment.