Skip to content

Commit ccb58ea

Browse files
Update index.html
1 parent 49db884 commit ccb58ea

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

projects/GFI-framework/index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,25 @@ <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="30%">
80-
<figcaption>
81-
Generalized Forward-Inverse Framework
82-
</figcaption>
83-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width="30%">
84-
<figcaption>
85-
Latent U-Net architecture
86-
</figcaption>
87-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width="30%">
88-
<figcaption>
89-
Invertible X-Net architecture
90-
</figcaption>
91-
</div>
79+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=50%>
80+
<figcaption>
81+
Generalized Forward-Inverse Framework
82+
</figcaption>
83+
</div>
84+
<div class="model_architectures>
85+
<div>
86+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width:auto>
87+
<figcaption>
88+
Latent U-Net architecture
89+
</figcaption>
90+
</div>
91+
<div>
92+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width:auto>
93+
<figcaption>
94+
Invertible X-Net architecture
95+
</figcaption>
96+
</div>
97+
</div>
9298
<hr style="width: 60%; margin: 2rem auto;">
9399
</section>
94100

0 commit comments

Comments
 (0)