Update
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
153 |
run_button = gr.Button("Run")
|
154 |
with gr.Accordion("Advanced options", open=False):
|
155 |
style = gr.Dropdown(choices=style_names, value=default_style_name, label="Style")
|
156 |
-
negative_prompt = gr.Textbox(label="Negative prompt"
|
157 |
num_steps = gr.Slider(
|
158 |
label="Number of steps",
|
159 |
minimum=1,
|
|
|
153 |
run_button = gr.Button("Run")
|
154 |
with gr.Accordion("Advanced options", open=False):
|
155 |
style = gr.Dropdown(choices=style_names, value=default_style_name, label="Style")
|
156 |
+
negative_prompt = gr.Textbox(label="Negative prompt")
|
157 |
num_steps = gr.Slider(
|
158 |
label="Number of steps",
|
159 |
minimum=1,
|