Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -120,9 +120,12 @@ with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
|
120 |
<a href='https://www.cse.cuhk.edu.hk/~ttwong/myself.html'>Tien-Tsin Wong</a>,\
|
121 |
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=zh-CN'>Ying Shan</a>\
|
122 |
</h2> \
|
|
|
|
|
|
|
123 |
<a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2310.12190'> [ArXiv] </a>\
|
124 |
-
<a style='font-size:18px;color: #000000' href='https://doubiiu.github.io/projects/DynamiCrafter/'> [Project Page] </a>
|
125 |
-
|
126 |
|
127 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
128 |
with gr.Column():
|
|
|
120 |
<a href='https://www.cse.cuhk.edu.hk/~ttwong/myself.html'>Tien-Tsin Wong</a>,\
|
121 |
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=zh-CN'>Ying Shan</a>\
|
122 |
</h2> \
|
123 |
+
<a style='font-size:18px;color: #000000'>If DynamiCrafter is useful, please help star the </a>\
|
124 |
+
<a style='font-size:18px;color: #000000' href='https://github.com/Doubiiu/DynamiCrafter'>[Github Repo]</a>\
|
125 |
+
<a style='font-size:18px;color: #000000'>, which is important to Open-Source projects. Thanks!</a>\
|
126 |
<a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2310.12190'> [ArXiv] </a>\
|
127 |
+
<a style='font-size:18px;color: #000000' href='https://doubiiu.github.io/projects/DynamiCrafter/'> [Project Page] </a>
|
128 |
+
</div>")
|
129 |
|
130 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
131 |
with gr.Column():
|