YulianSa commited on
Commit
e4f8734
·
1 Parent(s): d9980d9
Files changed (1) hide show
  1. app.py +1 -1
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=title) as demo:
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