We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f037e commit ebe7c17Copy full SHA for ebe7c17
projects/GFI-framework/static/css/index.css
@@ -33,8 +33,31 @@ body {
33
34
.model_architectures{
35
display:flex;
36
- justify-content:space-around;
37
- align-items:flex-start;
+/* justify-content:space-around;
+ align-items:flex-start; */
38
+}
39
+
40
+.latent-unet{
41
+ display: flex;
42
+ justify-content: center;
43
+ align-items: center;
44
45
46
+figure {
47
48
+ flex-direction: column;
49
50
51
52
+figcaption {
53
+ margin-top: 8px; /* Space between image and caption */
54
+ text-align: center;
55
56
57
+.inv_xnet{
58
59
60
61
}
62
63
0 commit comments