Spaces:
Runtime error
Runtime error
Commit
·
0b4917d
1
Parent(s):
37628ad
Fix UI
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ css = '''
|
|
38 |
|
39 |
with gr.Blocks(css=css) as demo:
|
40 |
# title
|
41 |
-
gr.Markdown('#[Score Jacobian Chaining](https://github.com/pals-ttic/sjc): Lifting Pretrained 2D Diffusion Models for 3D Generation')
|
42 |
|
43 |
gr.HTML(f'''
|
44 |
<div class="gr-prose" style="max-width: 80%">
|
|
|
38 |
|
39 |
with gr.Blocks(css=css) as demo:
|
40 |
# title
|
41 |
+
gr.Markdown('# [Score Jacobian Chaining](https://github.com/pals-ttic/sjc): Lifting Pretrained 2D Diffusion Models for 3D Generation')
|
42 |
|
43 |
gr.HTML(f'''
|
44 |
<div class="gr-prose" style="max-width: 80%">
|