qq456cvb commited on
Commit
133da90
·
1 Parent(s): ff096e3

update title

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -197,14 +197,15 @@ if __name__ == "__main__":
197
  <h1>3DCorrEnhance</h1> \
198
  <h2>Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning</h2> \
199
  <h2>ICLR 2025</h2> \
200
- </div>",
201
- description="<div style='display: flex; justify-content: center; align-items: center; text-align: center;'> \
202
  <a href='https://arxiv.org/abs/2411.19458'><img src='https://img.shields.io/badge/arXiv-2411.19458-red'></a> \
203
  &nbsp; \
204
  <a href='#'><img src='https://img.shields.io/badge/Project_Page-3DCorrEnhance-green' alt='Project Page (Coming soon)'></a> \
205
  &nbsp; \
206
  <a href='https://github.com/qq456cvb/3DCorrEnhance'><img src='https://img.shields.io/badge/Github-Code-blue'></a> \
207
  </div>",
 
208
  fn=main,
209
  inputs=[image_input1, image_input2, model_option],
210
  outputs="plot",
 
197
  <h1>3DCorrEnhance</h1> \
198
  <h2>Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning</h2> \
199
  <h2>ICLR 2025</h2> \
200
+ </div> \
201
+ <div style='display: flex; justify-content: center; align-items: center; text-align: center;'> \
202
  <a href='https://arxiv.org/abs/2411.19458'><img src='https://img.shields.io/badge/arXiv-2411.19458-red'></a> \
203
  &nbsp; \
204
  <a href='#'><img src='https://img.shields.io/badge/Project_Page-3DCorrEnhance-green' alt='Project Page (Coming soon)'></a> \
205
  &nbsp; \
206
  <a href='https://github.com/qq456cvb/3DCorrEnhance'><img src='https://img.shields.io/badge/Github-Code-blue'></a> \
207
  </div>",
208
+ description="",
209
  fn=main,
210
  inputs=[image_input1, image_input2, model_option],
211
  outputs="plot",