radames HF staff commited on
Commit
f856c81
1 Parent(s): 13c4fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -94,8 +94,9 @@ def toggle(choice):
94
 
95
  with gr.Blocks() as blocks:
96
  gr.Markdown("""
97
- ## Generate Uncanny Faces with ControlNet Stable Diffusion
98
- [Check out our blog to see how this was done (and train your own controlnet)](https://huggingface.co/blog/train-your-controlnet)
 
99
  """)
100
  with gr.Row():
101
  live_conditioning = gr.JSON(value={}, visible=False)
94
 
95
  with gr.Blocks() as blocks:
96
  gr.Markdown("""
97
+ ## Generate controlled outputs with ControlNet and Stable Diffusion
98
+ This Space uses pose estimated lines as the additional conditioning
99
+ [Check out our blog to see how this was done (and train your own controlnet)](https://huggingface.co/blog/train-your-controlnet)
100
  """)
101
  with gr.Row():
102
  live_conditioning = gr.JSON(value={}, visible=False)