Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,9 @@ with gr.Blocks(css=share_btn_css) as blocks:
|
|
125 |
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
126 |
Using <a href="https://huggingface.co/blog/controlnet">ControlNet</a> and <a href="https://boytchev.github.io/mannequin.js/">three.js/mannequin.js</a>
|
127 |
</p>
|
|
|
|
|
|
|
128 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/diffusers/controlnet-3d-pose?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>
|
129 |
</div>
|
130 |
"""
|
|
|
125 |
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
126 |
Using <a href="https://huggingface.co/blog/controlnet">ControlNet</a> and <a href="https://boytchev.github.io/mannequin.js/">three.js/mannequin.js</a>
|
127 |
</p>
|
128 |
+
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
129 |
+
For a comprehensive ControlNet-v1.1 demo, checkout <a href="https://huggingface.co/spaces/hysts/ControlNet-v1-1">hysts/ControlNet-v1-1</a> space
|
130 |
+
</p>
|
131 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/diffusers/controlnet-3d-pose?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>
|
132 |
</div>
|
133 |
"""
|