takuma104 commited on
Commit
f530dd2
Β·
1 Parent(s): 229d645

fix prompt again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ gr.Interface(
62
  outputs=gr.Gallery().style(grid=[2], height="auto"),
63
  title="Generate controlled outputs with Mult-ControlNet and Stable Diffusion using πŸ€—Diffusers",
64
  description="This Space uses pose lines and canny edged image as the additional conditioning. Please refer to the \"Examples\" for what kind of images are appropriate.",
65
- examples=[["sample_pose_body.png", "sample_canny_hand.png", "best quality, extremely detailed"]],
66
  allow_flagging=False,
67
  ).launch(enable_queue=True)
 
62
  outputs=gr.Gallery().style(grid=[2], height="auto"),
63
  title="Generate controlled outputs with Mult-ControlNet and Stable Diffusion using πŸ€—Diffusers",
64
  description="This Space uses pose lines and canny edged image as the additional conditioning. Please refer to the \"Examples\" for what kind of images are appropriate.",
65
+ examples=[["sample_pose_body.png", "sample_canny_hand.png", "best quality, extremely detailed, a girl wearing white dress"]],
66
  allow_flagging=False,
67
  ).launch(enable_queue=True)