Skip to content

Commit

Permalink
added final renders
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarshan1994 committed Nov 29, 2023
1 parent fe3fdc9 commit c3e438b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,59 +157,59 @@ <h2 class="title is-3">All Scenes Generated by a Single HyperField Network</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-chair-bamboo">
<video poster="" id="chair-bamboo" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_0_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_0_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Bamboo Chair</p>
</div>
<div class="item item-tiger-chess">
<video poster="" id="tiger-chess" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_9_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_9_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Tiger Playing Chess</p>
</div>
<div class="item item-lion-michelangelo">
<video poster="" id="lion-michelangelo" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_8_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_8_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Michelangelo Statue of Lion</p>
</div>

<div class="item item-elephant-robot">
<video poster="" id="elephant-robot" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_7_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_7_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Robot Elephant</p>
</div>

<div class="item item-bird-michelangelo">
<video poster="" id="bird-michelangelo" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_4_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_4_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Michelangelo Statue of Bird</p>
</div>

<div class="item item-cat-michelangelo">
<video poster="" id="cat-michelangelo" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_5_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_5_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Michelangelo Statue of cat</p>
</div>
<div class="item item-rabbit-coffee">
<video poster="" id="rabbit-coffee" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_1_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_1_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Rabbit Drinking Coffee</p>
</div>
<div class="item item-squirrel-coffee">
<video poster="" id="squirrel-coffee" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_2_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_2_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Squirrel Drinking Coffee</p>
</div>

<div class="item item-frog-paper">
<video poster="" id="frog-paper" autoplay muted loop playsinline height="100%">
<source src="./static/videos/df_ep0279_3_rgb.mp4" type="video/mp4">
<source src="./static/videos/df_ep0280_3_rgb.mp4" type="video/mp4">
</video>
<p class="has-text-centered">Frog Reading Newspaper</p>
</div>
Expand Down

0 comments on commit c3e438b

Please sign in to comment.