ameerazam08 commited on
Commit
515dbd9
·
verified ·
1 Parent(s): 61c1e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
135
  # result = gr.Gallery(label="Right is Res-Adapt-LORA and Left is Base"),
136
  with gr.Accordion("Advanced options", open=False):
137
  with gr.Row():
138
- use_negative_prompt = gr.Checkbox(label="Use negative prompt",value=True,value="ugly, deformed, noisy, blurry, nsfw, low contrast, text, BadDream, 3d, cgi, render, fake, anime, open mouth, big forehead, long neck")
139
  use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
140
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
141
  negative_prompt = gr.Text(
 
135
  # result = gr.Gallery(label="Right is Res-Adapt-LORA and Left is Base"),
136
  with gr.Accordion("Advanced options", open=False):
137
  with gr.Row():
138
+ use_negative_prompt = gr.Checkbox(label="Use negative prompt",value="ugly, deformed, noisy, blurry, nsfw, low contrast, text, BadDream, 3d, cgi, render, fake, anime, open mouth, big forehead, long neck")
139
  use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
140
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
141
  negative_prompt = gr.Text(