Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,18 +193,11 @@ if __name__ == "__main__":
|
|
193 |
|
194 |
|
195 |
demo = gr.Interface(
|
196 |
-
title="<
|
197 |
<h1>3DCorrEnhance</h1> \
|
198 |
<h2>Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning</h2> \
|
199 |
<h2>ICLR 2025</h2> \
|
200 |
-
</
|
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 |
-
\
|
204 |
-
<a href='#'><img src='https://img.shields.io/badge/Project_Page-3DCorrEnhance-green' alt='Project Page (Coming soon)'></a> \
|
205 |
-
\
|
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],
|