Spaces:
Runtime error
Runtime error
Update layout
Browse files
app.py
CHANGED
@@ -36,17 +36,18 @@ css='''
|
|
36 |
font-family: IntelOne;
|
37 |
src: url("file/assets/intelone-bodytext-font-family-regular.ttf");
|
38 |
}
|
|
|
|
|
|
|
|
|
39 |
'''
|
40 |
|
41 |
html_title = '''
|
42 |
<table>
|
43 |
<tr style="height:150px">
|
44 |
-
<td style="border-bottom:0"><img src="file/assets/intel-labs.png" height="100" width="100"></td>
|
45 |
<td style="border-bottom:0; vertical-align:middle">
|
46 |
<p style="font-size:xx-large;font-family:IntelOne, Georgia, sans-serif;color: var(--body-text-color);">
|
47 |
-
|
48 |
-
<br>
|
49 |
-
LDM3D: Latent Diffusion Model for 3D
|
50 |
</p>
|
51 |
</td>
|
52 |
<td style="border-bottom:0;"><img src="file/assets/gaudi.png" width="100" height="100"></td>
|
|
|
36 |
font-family: IntelOne;
|
37 |
src: url("file/assets/intelone-bodytext-font-family-regular.ttf");
|
38 |
}
|
39 |
+
|
40 |
+
table, td, tr {
|
41 |
+
border: none !important;
|
42 |
+
}
|
43 |
'''
|
44 |
|
45 |
html_title = '''
|
46 |
<table>
|
47 |
<tr style="height:150px">
|
|
|
48 |
<td style="border-bottom:0; vertical-align:middle">
|
49 |
<p style="font-size:xx-large;font-family:IntelOne, Georgia, sans-serif;color: var(--body-text-color);">
|
50 |
+
LDM3D: Latent Diffusion Model for 3D
|
|
|
|
|
51 |
</p>
|
52 |
</td>
|
53 |
<td style="border-bottom:0;"><img src="file/assets/gaudi.png" width="100" height="100"></td>
|