Skip to content

Commit

Permalink
Update ViViD.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alibaba Yuanjing AIGC Lab authored May 24, 2024
1 parent 640561e commit 5d8ef5f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions ViViD.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,28 +156,6 @@ <h2 class="title is-3">Video Try-on</h2>
</div>
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/kun/black.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/kun/blue.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/kun/brown.mp4"
type="video/mp4">
</video>
</div>

<div class="item item-video4">
<video poster="" id="video4" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
Expand Down

0 comments on commit 5d8ef5f

Please sign in to comment.