Skip to content

Commit

Permalink
Update video
Browse files Browse the repository at this point in the history
  • Loading branch information
weijielyu committed Dec 30, 2024
1 parent 7ab4f41 commit 1f66166
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,17 @@ <h1 class="title is-1 publication-title">
<div class="container is-max-desktop">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
<img src="static/images/teaser.png" width="100%">
<!-- <img src="static/images/teaser.png" width="100%"> -->
<div class="column is-four-fifths">
<video muted autoplay>
<source src="static/video/website_video.mp4" type="video/mp4">
</video>
</div>
</div>
<a class="columns is-centered"
<!-- <a class="columns is-centered"
href="splat/index.html?url=https://huggingface.co/wlyu/FaceLift/resolve/main/plys/teaser.ply">Open
Interactive Viewer
</a>
</a> -->
</div>
<h2 class="subtitle has-text-centered">
<i>FaceLift</i> takes a single image of a human face as input
Expand Down Expand Up @@ -169,7 +174,7 @@ <h2 class="title is-3">Abstract</h2>
<!--/ Abstract. -->

<!-- Paper Video. -->
<section class="section">
<!-- <section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
Expand All @@ -181,7 +186,7 @@ <h2 class="title is-3">Video</h2>
</div>
</div>
</div>
</section>
</section> -->
<!--/ Paper Video. -->

<!-- Method. -->
Expand Down

0 comments on commit 1f66166

Please sign in to comment.