Spaces:
Running
on
Zero
Running
on
Zero
Anonymous
commited on
Commit
•
b8f1e2b
1
Parent(s):
6081587
load in advance
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css=css) as demo:
|
|
161 |
step=1,
|
162 |
value=111)
|
163 |
with gr.Row() as row_neg:
|
164 |
-
negative_prompt = gr.Textbox(label='Negative Prompt', value='blurry, ugly, duplicate, poorly drawn, deformed, mosaic')
|
165 |
|
166 |
options.change(mode_update, options, [ddim_steps, guidance_scale, row_neg])
|
167 |
|
|
|
161 |
step=1,
|
162 |
value=111)
|
163 |
with gr.Row() as row_neg:
|
164 |
+
negative_prompt = gr.Textbox(label='Negative Prompt', value='blurry, ugly, duplicate, poorly drawn, deformed, mosaic', visible=False)
|
165 |
|
166 |
options.change(mode_update, options, [ddim_steps, guidance_scale, row_neg])
|
167 |
|