Spaces:
Runtime error
Runtime error
add example
Browse files
app.py
CHANGED
@@ -142,6 +142,7 @@ with gr.Blocks(css=share_btn_css) as blocks:
|
|
142 |
elem_id="prompt",
|
143 |
)
|
144 |
run_button = gr.Button("Generate")
|
|
|
145 |
with gr.Group(elem_id="share-btn-container"):
|
146 |
community_icon = gr.HTML(community_icon_html)
|
147 |
loading_icon = gr.HTML(loading_icon_html)
|
|
|
142 |
elem_id="prompt",
|
143 |
)
|
144 |
run_button = gr.Button("Generate")
|
145 |
+
gr.Markdown("### See an example [here](https://huggingface.co/spaces/diffusers/controlnet-3d-pose/discussions/1)")
|
146 |
with gr.Group(elem_id="share-btn-container"):
|
147 |
community_icon = gr.HTML(community_icon_html)
|
148 |
loading_icon = gr.HTML(loading_icon_html)
|