ameerazam08 commited on
Commit
8388447
1 Parent(s): 91c3fe2

Update src/app/about-event.tsx

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +2 -2
src/app/about-event.tsx CHANGED
@@ -27,14 +27,14 @@ const EVENT_INFO = [
27
  description: "This paper addresses the challenge of generating high-fidelity talking faces with synchronized lip movements for arbitrary audio. They propose G4G, a framework enhancing audio-image alignment using diagonal matrices and multi-scale supervision, achieving competitive results.",
28
  subTitle: "Lipsync",
29
  imageName : "paper3.png",
30
- paper_links :"https://arxiv.org/pdf/2403.01901.pdf"
31
  },
32
  {
33
  title: "Context-aware Talking Face Video Generation",
34
  description: "This paper introduces a method for generating multi-person talking face videos considering contextual interactions. It utilizes facial landmarks to control video generation stages, achieving synchronized and coherent results surpassing baselines.",
35
  subTitle: "Talking Head/Face Generation",
36
  imageName : "paper4.png",
37
- paper_links :"https://arxiv.org/pdf/2403.01901.pdf"
38
  },
39
 
40
  ];
 
27
  description: "This paper addresses the challenge of generating high-fidelity talking faces with synchronized lip movements for arbitrary audio. They propose G4G, a framework enhancing audio-image alignment using diagonal matrices and multi-scale supervision, achieving competitive results.",
28
  subTitle: "Lipsync",
29
  imageName : "paper3.png",
30
+ paper_links :"https://arxiv.org/pdf/2402.18122.pdf"
31
  },
32
  {
33
  title: "Context-aware Talking Face Video Generation",
34
  description: "This paper introduces a method for generating multi-person talking face videos considering contextual interactions. It utilizes facial landmarks to control video generation stages, achieving synchronized and coherent results surpassing baselines.",
35
  subTitle: "Talking Head/Face Generation",
36
  imageName : "paper4.png",
37
+ paper_links :"https://arxiv.org/pdf/2402.18092.pdf"
38
  },
39
 
40
  ];