Sapphire-356 commited on
Commit
4cdd405
·
1 Parent(s): e157aaa

updata markdown

Browse files
Files changed (1) hide show
  1. app.py +19 -1
app.py CHANGED
@@ -19,10 +19,28 @@ with gr.Blocks() as iface:
19
  """
20
  <div align=center>
21
  <img src="https://github.com/Balloon-356/Video2MC/assets/114230565/2622c7b7-7b5d-458c-bd9a-dc0be37af370" />
22
- """
23
  # </div>
 
24
  # <h1 align="center">Video2MC: 基于3D人体姿态估计的MC动画自动生成</h1>
25
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  with gr.Row():
28
 
 
19
  """
20
  <div align=center>
21
  <img src="https://github.com/Balloon-356/Video2MC/assets/114230565/2622c7b7-7b5d-458c-bd9a-dc0be37af370" />
 
22
  # </div>
23
+ """
24
  # <h1 align="center">Video2MC: 基于3D人体姿态估计的MC动画自动生成</h1>
25
  )
26
+ text2 = gr.Markdown(
27
+ """
28
+ <h1 align="center">Video2MC: 3D-HPE based Mine-imator animation generation</h1>
29
+
30
+ Github: https://github.com/Balloon-356/Video2MC
31
+
32
+ My Bilibili (Contact): https://space.bilibili.com/244384103
33
+
34
+ Introduction:https://www.bilibili.com/video/BV1SP411W7pw
35
+
36
+ implementation details:https://www.bilibili.com/read/cv25704198
37
+
38
+ Using computer vision algorithms, I have achieved cost-effective "motion capture," and I am now officially releasing the Video2MC algorithm for automatic generation of Mine-imator animations!
39
+
40
+ Enjoy it!
41
+ """
42
+ #
43
+ )
44
 
45
  with gr.Row():
46