Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,7 +291,7 @@ with gr.Blocks() as demo:
|
|
| 291 |
with gr.Row():
|
| 292 |
with gr.Column(scale=6):
|
| 293 |
gr.Markdown("""
|
| 294 |
-
## <span style='font-size: 20px;'>📄 EDGS: Eliminating Densification for Efficient Convergence of 3DGS</span>
|
| 295 |
🔗 <a href='https://compvis.github.io/EDGS' target='_blank'>Project Page</a>
|
| 296 |
""", elem_id="header")
|
| 297 |
|
|
|
|
| 291 |
with gr.Row():
|
| 292 |
with gr.Column(scale=6):
|
| 293 |
gr.Markdown("""
|
| 294 |
+
## <span style='font-size: 20px;'>📄 EDGS: Eliminating Densification for Efficient Convergence of 3DGS (CVPR 2026) </span>
|
| 295 |
🔗 <a href='https://compvis.github.io/EDGS' target='_blank'>Project Page</a>
|
| 296 |
""", elem_id="header")
|
| 297 |
|