Spaces:
Running
Running
Minor changes in texts
Browse files- app.py +5 -3
- app_text_to_video.py +1 -1
app.py
CHANGED
@@ -22,15 +22,17 @@ with gr.Blocks(css='style.css') as demo:
|
|
22 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
23 |
Levon Khachatryan<sup>1*</sup>, Andranik Movsisyan<sup>1*</sup>, Vahram Tadevosyan<sup>1*</sup>, Roberto Henschel<sup>1*</sup>, Zhangyang Wang<sup>1,2</sup>, Shant Navasardyan<sup>1</sup>
|
24 |
and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a><sup>1,3,4</sup>
|
25 |
-
[<a href="https://arxiv.org/abs/2303.13439" style="color:blue;">arXiv</a>]
|
26 |
-
[<a href="https://github.com/Picsart-AI-Research/Text2Video-Zero" style="color:blue;">GitHub</a>]
|
27 |
</h2>
|
28 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
29 |
<sup>1</sup>Picsart AI Resarch (PAIR), <sup>2</sup>UT Austin, <sup>3</sup>U of Oregon, <sup>4</sup>UIUC
|
30 |
</h2>
|
|
|
|
|
|
|
|
|
31 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
32 |
We built <b>Text2Video-Zero</b>, a first zero-shot text-to-video synthesis diffusion framework, that enables low cost yet high-quality and consistent video generation with only pre-trained text-to-image diffusion models without any training on videos or optimization!
|
33 |
-
Text2Video-Zero also naturally supports cool
|
34 |
We hope our Text2Video-Zero will further democratize AI and empower the creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and encourage future research!
|
35 |
</h2>
|
36 |
</div>
|
|
|
22 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
23 |
Levon Khachatryan<sup>1*</sup>, Andranik Movsisyan<sup>1*</sup>, Vahram Tadevosyan<sup>1*</sup>, Roberto Henschel<sup>1*</sup>, Zhangyang Wang<sup>1,2</sup>, Shant Navasardyan<sup>1</sup>
|
24 |
and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a><sup>1,3,4</sup>
|
|
|
|
|
25 |
</h2>
|
26 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
27 |
<sup>1</sup>Picsart AI Resarch (PAIR), <sup>2</sup>UT Austin, <sup>3</sup>U of Oregon, <sup>4</sup>UIUC
|
28 |
</h2>
|
29 |
+
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
30 |
+
[<a href="https://arxiv.org/abs/2303.13439" style="color:blue;">arXiv</a>]
|
31 |
+
[<a href="https://github.com/Picsart-AI-Research/Text2Video-Zero" style="color:blue;">GitHub</a>]
|
32 |
+
</h2>
|
33 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
34 |
We built <b>Text2Video-Zero</b>, a first zero-shot text-to-video synthesis diffusion framework, that enables low cost yet high-quality and consistent video generation with only pre-trained text-to-image diffusion models without any training on videos or optimization!
|
35 |
+
Text2Video-Zero also naturally supports cool extension works of pre-trained text-to-image models such as Instruct Pix2Pix, ControlNet and DreamBooth, and based on which we present Video Instruct Pix2Pix, Pose Conditional, Edge Conditional and, Edge Conditional and DreamBooth Specialized applications.
|
36 |
We hope our Text2Video-Zero will further democratize AI and empower the creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and encourage future research!
|
37 |
</h2>
|
38 |
</div>
|
app_text_to_video.py
CHANGED
@@ -26,7 +26,7 @@ def create_demo(model: Model):
|
|
26 |
"""
|
27 |
<div style="text-align: left; auto;">
|
28 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
29 |
-
Description: Simply input
|
30 |
</h3>
|
31 |
</div>
|
32 |
""")
|
|
|
26 |
"""
|
27 |
<div style="text-align: left; auto;">
|
28 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
29 |
+
Description: Simply input <b>any textual prompt</b> to generate videos right away and unleash your creativity and imagination! You can also select from the examples below. For performance purposes, our current preview release generates only 8 output frames and output 4s videos.
|
30 |
</h3>
|
31 |
</div>
|
32 |
""")
|