Neurify commited on
Commit
f447392
·
1 Parent(s): eb8e92b

Changes to be committed:

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def create_ui():
78
  with gr.Row():
79
  with gr.Column():
80
  prompt = gr.Textbox(label="Prompt", lines=3)
81
- negative_prompt = gr.Textbox(label="Negative Prompt", lines=3)
82
  num_inference_steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=30)
83
  denoising_switch = gr.Slider(label="Denoising Switch", minimum=0.01, maximum=1, step=0.01, value=0.8)
84
  width = gr.Slider(label="Width", minimum=64, maximum=2048, step=16, value=1024)
 
78
  with gr.Row():
79
  with gr.Column():
80
  prompt = gr.Textbox(label="Prompt", lines=3)
81
+ negative_prompt = gr.Textbox(label="Negative Prompt", lines=3, value="low quality, bad quality")
82
  num_inference_steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=30)
83
  denoising_switch = gr.Slider(label="Denoising Switch", minimum=0.01, maximum=1, step=0.01, value=0.8)
84
  width = gr.Slider(label="Width", minimum=64, maximum=2048, step=16, value=1024)