prithivMLmods commited on
Commit
ba5c420
·
verified ·
1 Parent(s): bcf5c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
138
  value=1,
139
  )
140
  with gr.Row():
141
- use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
142
  negative_prompt = gr.Text(
143
  label="Negative prompt",
144
  max_lines=5,
 
138
  value=1,
139
  )
140
  with gr.Row():
141
+ use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
142
  negative_prompt = gr.Text(
143
  label="Negative prompt",
144
  max_lines=5,