Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
190 |
label="Conditioning Type"
|
191 |
)
|
192 |
run_button = gr.Button("Generate", variant="primary")
|
193 |
-
with gr.Accordion("Advanced options", open=
|
194 |
prompt_enhance = gr.Checkbox(label="Enhance Prompt", value=True)
|
195 |
negative_prompt = gr.Textbox(label="Negative Prompt", value="worst quality, low quality, blurry, text, watermark, logo")
|
196 |
controlnet_conditioning_scale = gr.Slider(
|
|
|
190 |
label="Conditioning Type"
|
191 |
)
|
192 |
run_button = gr.Button("Generate", variant="primary")
|
193 |
+
with gr.Accordion("Advanced options", open=False):
|
194 |
prompt_enhance = gr.Checkbox(label="Enhance Prompt", value=True)
|
195 |
negative_prompt = gr.Textbox(label="Negative Prompt", value="worst quality, low quality, blurry, text, watermark, logo")
|
196 |
controlnet_conditioning_scale = gr.Slider(
|