Skip to content

Commit 33f037e

Browse files
Update index.html
1 parent cc93e88 commit 33f037e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

projects/GFI-framework/index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,16 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
8282
</div>
8383
<div class="model_architectures">
8484
<div class="latent_unet">
85-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
86-
<p>
87-
Latent U-Net architecture
88-
</p>
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>
8989
</div>
90-
9190
<div class="inv_xnet">
92-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93-
<p>
94-
Invertible X-Net architecture
95-
</p>
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>
9796
</div>
9897
<hr style="width: 60%; margin: 2rem auto;">

0 commit comments

Comments
 (0)