File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,19 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7575
7676<!-- Teaser Video or Image -->
7777< section class ="section ">
78- < div class ="container is-max-desktop has-text-centered ">
79- < h2 class ="title is-3 "> Teaser</ h2 >
80- < img src ="./static/images/GFI_Framework.png " alt ="GFI Framework " width ="90% ">
81- < img src ="./static/images/LatentU-Net.png " alt ="Latent U-Net architecture " width ="90% ">
82- < img src ="./static/images/InvertibleX-Net.png " alt ="Invertible X-Net architecture " width ="90% ">
83- <!-- OR use this if you only have an image: -->
84- <!-- <img src="./static/images/teaser.jpg" alt="Teaser image" width="90%"> -->
78+ < 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 " width ="30% ">
84+ < figcaption >
85+ "Latent U-Net architecture"
86+ </ figcaption >
87+ < img src ="./static/images/InvertibleX-Net.png " alt ="Invertible X-Net architecture " width ="30% ">
88+ < figcaption >
89+ "Invertible X-Net architecture"
90+ </ figcaption >
8591 </ div >
8692 < hr style ="width: 60%; margin: 2rem auto; ">
8793</ section >
You can’t perform that action at this time.
0 commit comments