yslan commited on
Commit
a61fc0e
1 Parent(s): 6c0ae25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ title = r"""<h1 align="center">ObjCtrl-2.5D: Training-free Object Control with C
36
  # subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
37
  important_link = r"""
38
  <div align='center'>
39
- <a href=''>[Paper]</a>
40
- &ensp; <a href=''>[arxiv]</a>
41
  &ensp; <a href='https://wzhouxiff.github.io/projects/ObjCtrl-2.5D/'>[Project Page]</a>
42
  &ensp; <a href='https://github.com/wzhouxiff/ObjCtrl-2.5D'>[Code]</a>
43
  </div>
 
36
  # subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
37
  important_link = r"""
38
  <div align='center'>
39
+ <a href='https://wzhouxiff.github.io/projects/ObjCtrl-2.5D/assets/ObjCtrl-2.5D.pdf'>[Paper]</a>
40
+ &ensp; <a href='https://arxiv.org/pdf/2412.07721'>[arxiv]</a>
41
  &ensp; <a href='https://wzhouxiff.github.io/projects/ObjCtrl-2.5D/'>[Project Page]</a>
42
  &ensp; <a href='https://github.com/wzhouxiff/ObjCtrl-2.5D'>[Code]</a>
43
  </div>