magistrkoljan commited on
Commit
2b3b886
·
verified ·
1 Parent(s): 2f762f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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