Spaces:
Runtime error
Runtime error
fix prompt again
Browse files
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)
|