Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,9 @@ def toggle(choice):
|
|
94 |
|
95 |
with gr.Blocks() as blocks:
|
96 |
gr.Markdown("""
|
97 |
-
|
98 |
-
|
|
|
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)
|