fffiloni commited on
Commit
7a660ad
·
1 Parent(s): d3cb637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -112,6 +112,8 @@ title="""
112
  <h1 style="font-weight: 600; margin-bottom: 7px;">
113
  Video to MMPose
114
  </h1>
 
 
115
  </div>
116
 
117
  </div>
@@ -136,6 +138,7 @@ with gr.Blocks() as demo:
136
  fn=infer,
137
  inputs=[video_input],
138
  outputs=[video_output,file_output],
 
139
  )
140
 
141
  submit_btn.click(fn=infer, inputs=[video_input], outputs=[video_output, file_output])
 
112
  <h1 style="font-weight: 600; margin-bottom: 7px;">
113
  Video to MMPose
114
  </h1>
115
+ <p>Convert any video or gif to a MMPose sequence. <br />
116
+ Once you got your converted video, you can use it with the <a href="https://huggingface.co/spaces/YueMafighting/FollowYourPose" target="_blank">FollowYourPose</a> demo</p>
117
  </div>
118
 
119
  </div>
 
138
  fn=infer,
139
  inputs=[video_input],
140
  outputs=[video_output,file_output],
141
+ cache_examples=True
142
  )
143
 
144
  submit_btn.click(fn=infer, inputs=[video_input], outputs=[video_output, file_output])