Skip to content

Commit fd27397

Browse files
Update index.html
1 parent 02b713f commit fd27397

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/GFI-framework/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,23 +76,23 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7676
<!-- Teaser Video or Image -->
7777
<section class="section">
7878
<div class="gfi_framework">
79-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=50%>
79+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=90%>
8080
<figcaption>
8181
Generalized Forward-Inverse Framework
8282
</figcaption>
8383
</div>
8484
<div class="model_architectures>
85-
<div>
86-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width:auto>
85+
<div class="latent_unet>
86+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
8787
<figcaption>
8888
Latent U-Net architecture
8989
</figcaption>
9090
</div>
91-
<div>
92-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width:auto>
91+
<div class="inv_xnet">
92+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
9393
<figcaption>
9494
Invertible X-Net architecture
95-
</figcaption>
95+
</figcaption>
9696
</div>
9797
</div>
9898
<hr style="width: 60%; margin: 2rem auto;">

0 commit comments

Comments
 (0)