Spaces:
Runtime error
Runtime error
Commit
•
891cfab
1
Parent(s):
76ea0fb
Update app.py (#1)
Browse files- Update app.py (5ac1cccf08d9350ed75f157bb0d0505c32b21587)
Co-authored-by: He <[email protected]>
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 |
-
|
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():
|