Skip to content

Commit e65beed

Browse files
Update index.html
lazy loading for architecture figures.
1 parent 68f6a97 commit e65beed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/GFI-framework/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7878
<div class="gfi_framework">
7979
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width="30%">
8080
<figcaption>
81-
"Generalized Forward-Inverse Framework"
81+
Generalized Forward-Inverse Framework
8282
</figcaption>
83-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" width="30%">
83+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width="30%">
8484
<figcaption>
85-
"Latent U-Net architecture"
85+
Latent U-Net architecture
8686
</figcaption>
87-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" width="30%">
87+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width="30%">
8888
<figcaption>
89-
"Invertible X-Net architecture"
89+
Invertible X-Net architecture
9090
</figcaption>
9191
</div>
9292
<hr style="width: 60%; margin: 2rem auto;">

0 commit comments

Comments
 (0)