lev1 commited on
Commit
ef69dc5
1 Parent(s): 2d7762b

resolve typos

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,14 +20,14 @@ with gr.Blocks(css='style.css') as demo:
20
  Text2Video-Zero
21
  </h1>
22
  <h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
23
- We propose <b>Text2Video-Zero, the first zero-shot text-to-video syntenes framework</b>, that also natively supports, Video Instruct Pix2Pix, Pose Conditional, Edge Conditional
24
  and, Edge Conditional and DreamBooth Specialized applications.
25
  </h2>
26
  <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
27
- Levon Khachatryan, Andranik Movsisyan, Vahram Tadevosyan, Roberto Henschel, Atlas Wang, Shant Navasardyan
28
  and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a>
29
- [<a href="" style="color:blue;">arXiv</a>]
30
- [<a href="" style="color:blue;">GitHub</a>]
31
  </h3>
32
  </div>
33
  """)
 
20
  Text2Video-Zero
21
  </h1>
22
  <h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
23
+ We propose <b>Text2Video-Zero, the first zero-shot text-to-video synthesis framework</b>, that also natively supports, Video Instruct Pix2Pix, Pose Conditional, Edge Conditional
24
  and, Edge Conditional and DreamBooth Specialized applications.
25
  </h2>
26
  <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
27
+ Levon Khachatryan, Andranik Movsisyan, Vahram Tadevosyan, Roberto Henschel, <a href="https://www.ece.utexas.edu/people/faculty/atlas-wang">Atlas Wang</a>, Shant Navasardyan
28
  and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a>
29
+ [<a href="https://arxiv.org/abs/2303.13439" style="color:blue;">arXiv</a>]
30
+ [<a href="https://github.com/Picsart-AI-Research/Text2Video-Zero" style="color:blue;">GitHub</a>]
31
  </h3>
32
  </div>
33
  """)