bill-jiang commited on
Commit
9f3bb67
1 Parent(s): 37056f7

Update style

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -503,7 +503,15 @@ with gr.Blocks(css=customCSS) as demo:
503
  })
504
  data_stored = gr.State([])
505
 
506
- gr.Markdown("# MotionGPT")
 
 
 
 
 
 
 
 
507
 
508
  chatbot = gr.Chatbot(Init_chatbot,
509
  elem_id="mGPT",
 
503
  })
504
  data_stored = gr.State([])
505
 
506
+ gr.Markdown('''
507
+ <h2> <a href="https://motion-gpt.github.io/">MotionGPT: Human Motion as a Foreign Language</a></h2>
508
+ <p align="left">
509
+ <a href="https://github.com/OpenMotionLab/MotionGPT">Github Repo</a> •
510
+ <a href="https://motion-gpt.github.io/">Project Page</a> •
511
+ <a href="https://arxiv.org/abs/2306.14795">Arxiv Paper</a> •
512
+ <a href="https://github.com/OpenMotionLab/MotionGPT#-citation">Citation
513
+ </p>
514
+ ''')
515
 
516
  chatbot = gr.Chatbot(Init_chatbot,
517
  elem_id="mGPT",