qq456cvb commited on
Commit
8716ec0
·
verified ·
1 Parent(s): 133da90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -193,18 +193,11 @@ if __name__ == "__main__":
193
 
194
 
195
  demo = gr.Interface(
196
- title="<div style='display: flex; flex-direction: row; align-items: center; justify-content: center;'> \
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],
 
193
 
194
 
195
  demo = gr.Interface(
196
+ title="<center> \
197
  <h1>3DCorrEnhance</h1> \
198
  <h2>Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning</h2> \
199
  <h2>ICLR 2025</h2> \
200
+ </center>",
 
 
 
 
 
 
 
201
  description="",
202
  fn=main,
203
  inputs=[image_input1, image_input2, model_option],