Spaces:
Build error
Build error
Commit ·
8079dae
1
Parent(s): 7d26797
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 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():
|
|
|
|
| 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 |
+
<br/>
|
| 95 |
<a href="https://huggingface.co/spaces/YueMafighting/FollowYourPose?duplicate=true">
|
| 96 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 97 |
""")
|
| 98 |
|
| 99 |
with gr.Row():
|