Edgar Sucar commited on
Commit
4e7bf8e
·
1 Parent(s): 3f3050e

Fix links and title

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -684,10 +684,10 @@ with gr.Blocks(theme=theme, css=css) as demo:
684
 
685
  gr.HTML(
686
  """
687
- <h1>V-DPM: Video Reconstruction with Dynamic Point Maps</h1>
688
  <p>
689
- <a href="#">GitHub Repository</a> |
690
- <a href="#">Project Page</a>
691
  </p>
692
  <div style="font-size: 16px; line-height: 1.5;">
693
  <p>Upload a video or a set of images to create a dynamic point map reconstruction of a scene or object.</p>
 
684
 
685
  gr.HTML(
686
  """
687
+ <h1>V-DPM: 4D Video Reconstruction with Dynamic Point Maps</h1>
688
  <p>
689
+ <a href="https://github.com/eldar/vdpm">GitHub Repository</a> |
690
+ <a href="https://www.robots.ox.ac.uk/~vgg/research/vdpm">Project Page</a>
691
  </p>
692
  <div style="font-size: 16px; line-height: 1.5;">
693
  <p>Upload a video or a set of images to create a dynamic point map reconstruction of a scene or object.</p>