Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,20 +115,6 @@ i2v_examples = [
|
|
115 |
css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
|
116 |
|
117 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
118 |
-
gr.Markdown("<div align='center'> <h1> DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors </span> </h1> \
|
119 |
-
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
120 |
-
<a href='https://doubiiu.github.io/'>Jinbo Xing</a>, \
|
121 |
-
<a href='https://menghanxia.github.io/'>Menghan Xia</a>, <a href='https://yzhang2016.github.io/'>Yong Zhang</a>, \
|
122 |
-
<a href=''>Haoxin Chen</a>, <a href=''> Wangbo Yu</a>,\
|
123 |
-
<a href='https://github.com/hyliu'>Hanyuan Liu</a>, <a href='https://xinntao.github.io/'>Xintao Wang</a>,\
|
124 |
-
<a href='https://www.cse.cuhk.edu.hk/~ttwong/myself.html'>Tien-Tsin Wong</a>,\
|
125 |
-
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=zh-CN'>Ying Shan</a>\
|
126 |
-
</h2> \
|
127 |
-
<a style='font-size:18px;color: #000000'>If DynamiCrafter is useful, please help star the </a>\
|
128 |
-
<a style='font-size:18px;color: #000000' href='https://github.com/Doubiiu/DynamiCrafter'>[Github Repo]</a>\
|
129 |
-
<a style='font-size:18px;color: #000000'>, which is important to Open-Source projects. Thanks!</a>\
|
130 |
-
<a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2310.12190'> [ArXiv] </a>\
|
131 |
-
<a style='font-size:18px;color: #000000' href='https://doubiiu.github.io/projects/DynamiCrafter/'> [Project Page] </a> </div>")
|
132 |
|
133 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
134 |
with gr.Column():
|
|
|
115 |
css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
|
116 |
|
117 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
120 |
with gr.Column():
|