Skip to content

Commit

Permalink
[Minor] Adjust the size of the application section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lirui-Zhao committed Aug 1, 2024
1 parent 9c64031 commit 2d2fa02
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,23 @@ <h2 class="title is-3">Application</h2>
Applications combined with Diffree. (a): combined with anydoor to add a specific object. (b): using GPT4V to plan what should be added. (c): using KLING video model to make the edited image move.
</p>
</div>
<div class="content has-text-justified">
<div style="text-align: center; vertical-align:middle">
<img src="figures/applications.png" width="1000">
<div class="content has-text-justified">
<div style="text-align: center; vertical-align:middle">
<img src="figures/applications.png" width="1000">
</div>
</div>
<div class="content has-text-justified">
<div style="text-align: center; vertical-align:middle">
<img src="figures/applications.png" width="1000">
</div>
<img src="figures/applications_kling.jpg" width="600">
<video width="200" autoplay muted loop>
<source src="figures/applications_kling_1.mp4" type="video/mp4">
</video>
<video width="200" autoplay muted loop>
<source src="figures/applications_kling_2.mp4" type="video/mp4">
</video>
</div>
<img src="figures/applications_kling.jpg" width="600" height="200">
<video width="200" height="200" autoplay muted loop>
<source src="figures/applications_kling_1.mp4" type="video/mp4">
</video>
<video width="200" height="200" autoplay muted loop>
<source src="figures/applications_kling_2.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2d2fa02

Please sign in to comment.