fffiloni commited on
Commit
914d005
1 Parent(s): 48daa96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -253,6 +253,16 @@ with gr.Blocks(css=css) as demo:
253
  with gr.Column():
254
  gr.Markdown("# MimicMotion")
255
  gr.Markdown("High-quality human motion video generation with pose-guided control")
 
 
 
 
 
 
 
 
 
 
256
  with gr.Row():
257
  with gr.Column():
258
  if is_shared_ui:
 
253
  with gr.Column():
254
  gr.Markdown("# MimicMotion")
255
  gr.Markdown("High-quality human motion video generation with pose-guided control")
256
+ gr.HTML("""
257
+ <div style="display:flex;column-gap:4px;">
258
+ <a href='http://tencent.github.io/MimicMotion'>
259
+ <img src='https://img.shields.io/badge/Project-Page-Green'>
260
+ </a>
261
+ <a href='https://arxiv.org/abs/2406.19680'>
262
+ <img src='https://img.shields.io/badge/Paper-Arxiv-red'>
263
+ </a>
264
+ </div>
265
+ """)
266
  with gr.Row():
267
  with gr.Column():
268
  if is_shared_ui: