Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks() as app:
|
|
237 |
with gr.Column():
|
238 |
control_image = gr.Image(label="Input Illusion", type="pil", elem_id="control_image")
|
239 |
controlnet_conditioning_scale = gr.Slider(minimum=0.0, maximum=5.0, step=0.01, value=0.8, label="Illusion strength", elem_id="illusion_strength", info="ControlNet conditioning scale")
|
240 |
-
gr.Examples(examples=["
|
241 |
prompt = gr.Textbox(label="Prompt", elem_id="prompt", info="Type what you want to generate", placeholder="Medieval village scene with busy streets and castle in the distance")
|
242 |
negative_prompt = gr.Textbox(label="Negative Prompt", info="Type what you don't want to see", value="low quality", elem_id="negative_prompt")
|
243 |
with gr.Accordion(label="Advanced Options", open=False):
|
|
|
237 |
with gr.Column():
|
238 |
control_image = gr.Image(label="Input Illusion", type="pil", elem_id="control_image")
|
239 |
controlnet_conditioning_scale = gr.Slider(minimum=0.0, maximum=5.0, step=0.01, value=0.8, label="Illusion strength", elem_id="illusion_strength", info="ControlNet conditioning scale")
|
240 |
+
gr.Examples(examples=["_checkers.png", "_checkers_mid.jpg", "_pattern.png", "_ultra_checkers.png", "_spiral.jpeg", "_funky.jpeg" ], inputs=control_image)
|
241 |
prompt = gr.Textbox(label="Prompt", elem_id="prompt", info="Type what you want to generate", placeholder="Medieval village scene with busy streets and castle in the distance")
|
242 |
negative_prompt = gr.Textbox(label="Negative Prompt", info="Type what you don't want to see", value="low quality", elem_id="negative_prompt")
|
243 |
with gr.Accordion(label="Advanced Options", open=False):
|