Spaces:
Runtime error
Runtime error
improvement
Browse files
app.py
CHANGED
@@ -25,11 +25,15 @@ with gr.Blocks(css='style.css') as demo:
|
|
25 |
We hope our Text2Video-Zero will further democratize AI and empower creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and encourages future research!
|
26 |
</h2>
|
27 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
28 |
-
Levon Khachatryan<sup>1*</sup>, Andranik Movsisyan
|
29 |
-
and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a>
|
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 |
</h3>
|
|
|
|
|
|
|
|
|
33 |
</div>
|
34 |
""")
|
35 |
|
@@ -39,15 +43,15 @@ with gr.Blocks(css='style.css') as demo:
|
|
39 |
with gr.Tab('Video Instruct Pix2Pix'):
|
40 |
# pass
|
41 |
create_demo_pix2pix_video(model)
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
|
52 |
gr.HTML(
|
53 |
"""
|
|
|
25 |
We hope our Text2Video-Zero will further democratize AI and empower creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and encourages future research!
|
26 |
</h2>
|
27 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
28 |
+
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>
|
29 |
+
and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a><sup>1,3,4</sup>
|
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 |
</h3>
|
33 |
+
|
34 |
+
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
35 |
+
<sup>1</sup>Picsart AI Resarch (PAIR), <sup>2</sup>UT Austin, <sup>3</sup>U of Oregon, <sup>4</sup>UIUC
|
36 |
+
</h3>
|
37 |
</div>
|
38 |
""")
|
39 |
|
|
|
43 |
with gr.Tab('Video Instruct Pix2Pix'):
|
44 |
# pass
|
45 |
create_demo_pix2pix_video(model)
|
46 |
+
with gr.Tab('Pose Conditional'):
|
47 |
+
pass
|
48 |
+
# create_demo_pose(model)
|
49 |
+
with gr.Tab('Edge Conditional'):
|
50 |
+
pass
|
51 |
+
# create_demo_canny(model)
|
52 |
+
with gr.Tab('Edge Conditional and Dreambooth Specialized'):
|
53 |
+
pass
|
54 |
+
# create_demo_canny_db(model)
|
55 |
|
56 |
gr.HTML(
|
57 |
"""
|