mishig HF staff commited on
Commit
feee856
·
1 Parent(s): ba44838

add example

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)