linoyts HF Staff commited on
Commit
0751f29
·
verified ·
1 Parent(s): 1a236aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
117
 
118
 
119
  with gr.Accordion("Advanced settings", open=False):
120
- n_prompt = gr.Textbox(label="negative prompt", value="", visible=False)
121
  with gr.Row():
122
  seed = gr.Number(label="seed", value=0, precision=0)
123
  randomize_seed = gr.Checkbox(label="randomize seed")
 
117
 
118
 
119
  with gr.Accordion("Advanced settings", open=False):
120
+ negative_prompt = gr.Textbox(label="negative prompt", value="", visible=False)
121
  with gr.Row():
122
  seed = gr.Number(label="seed", value=0, precision=0)
123
  randomize_seed = gr.Checkbox(label="randomize seed")