Skip to content

Commit

Permalink
Update clarity.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenmt committed Oct 24, 2024
1 parent 00ea8bc commit facc515
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions clarity.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@ <h2>
</div>

<div class="slide-content", style="display: block;">
<video loop muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_2_metfaces_interpolations.mp4" style="width: 100%"> </video>
<video loop playsinline muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_2_metfaces_interpolations.mp4" style="width: 100%"> </video>
</div>

<div class="slide-content", style="display: none;">
<video loop muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_3_afhq_interpolations.mp4" style="width: 100%"> </video>
<video loop playsinline muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_3_afhq_interpolations.mp4" style="width: 100%"> </video>
</div>

<div class="slide-content", style="display: none;">
<video loop muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_4_beaches_interpolations.mp4" style="width: 100%"> </video>
<video loop playsinline muted autoplay src="https://nvlabs-fi-cdn.nvidia.com/_web/stylegan3/videos/video_4_beaches_interpolations.mp4" style="width: 100%"> </video>
</div>


Expand Down Expand Up @@ -496,32 +496,32 @@ <h2 >
<div class="columns-6">
<div>
<p class="caption inline center">Zero-1-to-3-XL</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/Zero123/output_GSO-xl/backpack/output.mp4">
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/Zero123/output_GSO-xl/backpack/output.mp4">
</video>
</div>
<div>
<p class="caption inline center">EscherNet (1 View)</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N2M100/backpack/output.mp4" >
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N2M100/backpack/output.mp4" >
</video>
</div>
<div>
<p class="caption inline center">EscherNet (2 Views)</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N2M100/backpack/output.mp4" >
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N2M100/backpack/output.mp4" >
</video>
</div>
<div>
<p class="caption inline center">EscherNet (3 Views)</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N3M100/backpack/output.mp4" >
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N3M100/backpack/output.mp4" >
</video>
</div>
<div>
<p class="caption inline center">EscherNet (5 Views)</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N5M100/backpack/output.mp4">
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N5M100/backpack/output.mp4">
</video>
</div>
<div>
<p class="caption inline center">EscherNet (10 Views)</p>
<video loop muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N10M100/backpack/output.mp4">
<video loop playsinline muted autoplay class="eschernet-video" src="https://kxhit.github.io/eschernet/GSO100/EscherNet/N10M100/backpack/output.mp4">
</video>
</div>
</div>
Expand Down

0 comments on commit facc515

Please sign in to comment.