Skip to content

Commit 031f5ef

Browse files
Update index.html
1 parent dc8caf3 commit 031f5ef

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

projects/GFI-framework/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7575

7676
<section class="section">
7777
<div class="gfi_framework">
78-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
79-
<p>
80-
Generalized Forward-Inverse Framework
81-
</p>
78+
<figure>
79+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
80+
<figcaption> Generalized Forward-Inverse Framework </figcaption>
81+
</figure>
82+
</div>
83+
<div class="model_architectures">
84+
<div class="latent_unet">
85+
<figure>
86+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
87+
<figcaption> Latent U-Net architecture </figcaption>
88+
</figure>
8289
</div>
83-
<div class="model_architectures">
84-
<div class="latent_unet">
85-
<figure>
86-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
87-
<figcaption> Latent U-Net architecture </figcaption>
88-
</figure>
89-
</div>
90-
<div class="inv_xnet">
91-
<figure>
92-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93-
<figcaption> Invertible X-Net architecture </figcaption>
94-
</figure>
95-
</div>
90+
<div class="inv_xnet">
91+
<figure>
92+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93+
<figcaption> Invertible X-Net architecture </figcaption>
94+
</figure>
9695
</div>
96+
</div>
9797
<hr style="width: 60%; margin: 2rem auto;">
9898
</section>
9999

0 commit comments

Comments
 (0)