Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -375,7 +375,7 @@ If you find our work useful for your research or applications, please cite using
|
|
375 |
If you have any questions, feel free to open a discussion or contact us at <b>hyz22@mails.tsinghua.edu.cn</b>.
|
376 |
"""
|
377 |
|
378 |
-
with gr.Blocks(title=
|
379 |
# Title section
|
380 |
gr.Markdown(_HEADER_)
|
381 |
|
|
|
375 |
If you have any questions, feel free to open a discussion or contact us at <b>hyz22@mails.tsinghua.edu.cn</b>.
|
376 |
"""
|
377 |
|
378 |
+
with gr.Blocks(title="PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer") as demo:
|
379 |
# Title section
|
380 |
gr.Markdown(_HEADER_)
|
381 |
|