Spaces:
Sleeping
Sleeping
update title
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ if __name__ == "__main__":
|
|
193 |
|
194 |
|
195 |
demo = gr.Interface(
|
196 |
-
title="<div> \
|
197 |
<h1>3DCorrEnhance</h1> \
|
198 |
<h2>Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning</h2> \
|
199 |
<h2>ICLR 2025</h2> \
|
|
|
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> \
|