Spaces:
Runtime error
Runtime error
YueMafighting
commited on
Commit
•
7d26797
1
Parent(s):
891cfab
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,10 @@ with gr.Blocks(css='style.css') as demo:
|
|
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():
|
95 |
with gr.Column():
|
|
|
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 |
+
<p>You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue.</p>
|
94 |
+
<a href="https://huggingface.co/spaces/YueMafighting/FollowYourPose?duplicate=true">
|
95 |
+
""")
|
96 |
|
97 |
with gr.Row():
|
98 |
with gr.Column():
|