hysts HF staff commited on
Commit
7a15515
1 Parent(s): 651aca2
Files changed (1) hide show
  1. app.py +1 -1
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", value="")
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,