Skip to content

Commit 6286217

Browse files
Update index.html
1 parent 54c9a89 commit 6286217

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

projects/GFI-framework/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,27 +72,27 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7272
</div>
7373
</div>
7474
</section>
75-
76-
<!-- Teaser Video or Image -->
75+
7776
<section class="section">
7877
<div class="gfi_framework">
79-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=90%>
80-
<figcaption>
78+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=50%>
79+
<p>
8180
Generalized Forward-Inverse Framework
82-
</figcaption>
81+
</p>
8382
</div>
84-
<div class="model_architectures>
85-
<div class="latent_unet>
83+
<div class="model_architectures">
84+
<div class="latent_unet">
8685
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
87-
<figcaption>
86+
<p>
8887
Latent U-Net architecture
89-
</figcaption>
88+
</p>
9089
</div>
90+
9191
<div class="inv_xnet">
9292
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93-
<figcaption>
93+
<p>
9494
Invertible X-Net architecture
95-
</figcaption>
95+
</p>
9696
</div>
9797
</div>
9898
<hr style="width: 60%; margin: 2rem auto;">

0 commit comments

Comments
 (0)