ameerazam08 commited on
Commit
c8c9dcb
·
verified ·
1 Parent(s): 4118c0b

Update src/app/about-event.tsx

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +1 -1
src/app/about-event.tsx CHANGED
@@ -18,7 +18,7 @@ const EVENT_INFO = [
18
  {
19
  title: "Pix2Gif: Motion-Guided Diffusion for GIF Generation",
20
  description: "Pix2Gif introduces a novel approach to image-to-GIF generation using text and motion prompts. Their model utilizes motion-guided warping and perceptual loss to ensure content consistency. Pretrained on curated data, it effectively translates prompts into coherent GIFs, demonstrated through extensive experiments. Page:https://hiteshk03.github.io/Pix2Gif/",
21
- subTitle: "Text2Vidoe/Animation/Diffusion",
22
  imageName : "paper111.png",
23
  paper_links :"https://arxiv.org/pdf/2403.04634.pdf"
24
 
 
18
  {
19
  title: "Pix2Gif: Motion-Guided Diffusion for GIF Generation",
20
  description: "Pix2Gif introduces a novel approach to image-to-GIF generation using text and motion prompts. Their model utilizes motion-guided warping and perceptual loss to ensure content consistency. Pretrained on curated data, it effectively translates prompts into coherent GIFs, demonstrated through extensive experiments. Page:https://hiteshk03.github.io/Pix2Gif/",
21
+ subTitle: "Text2Video/Animation/Diffusion",
22
  imageName : "paper111.png",
23
  paper_links :"https://arxiv.org/pdf/2403.04634.pdf"
24