pcuenq HF staff commited on
Commit
9c37edb
1 Parent(s): ed82520

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ gr.Interface(
135
  ],
136
  outputs=gr.Gallery().style(grid=[2], height="auto"),
137
  title="Generate controlled outputs with ControlNet and Stable Diffusion. ",
138
- description="This Space uses pose estimated lines as the additional conditioning.",
139
  # "happy zombie" instead of "young woman" works great too :)
140
  examples=[["pedro-512.jpg", "Highly detailed photograph of young woman smiling, with palm trees in the background"]],
141
  allow_flagging=False,
 
135
  ],
136
  outputs=gr.Gallery().style(grid=[2], height="auto"),
137
  title="Generate controlled outputs with ControlNet and Stable Diffusion. ",
138
+ description="This Space uses a custom visualization based on SPIGA face landmarks for conditioning.",
139
  # "happy zombie" instead of "young woman" works great too :)
140
  examples=[["pedro-512.jpg", "Highly detailed photograph of young woman smiling, with palm trees in the background"]],
141
  allow_flagging=False,