Yingqing commited on
Commit
5ac1ccc
1 Parent(s): 76ea0fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css='style.css') as demo:
88
  gr.HTML("""
89
  <p>In order to run the demo successfully, we recommend the length of video is about <b>3~5 seconds</b>.
90
  The temporal crop offset and sampling stride are used to adjust the starting point and interval of video samples.
91
- Alternatively, try our GitHub <a href=https://github.com/mayuelala/FollowYourPose> code </a> on your GPU.
92
  </p>""")
93
 
94
  with gr.Row():
 
88
  gr.HTML("""
89
  <p>In order to run the demo successfully, we recommend the length of video is about <b>3~5 seconds</b>.
90
  The temporal crop offset and sampling stride are used to adjust the starting point and interval of video samples.
91
+ Due to the GPU limit of this demo, it currently generates 8-frame videos. For generating longer videos (e.g. 32 frames) shown on our webpage, we recommend trying our GitHub <a href=https://github.com/mayuelala/FollowYourPose> code </a> on your own GPU.
92
  </p>""")
93
 
94
  with gr.Row():