JeCabrera commited on
Commit
277d655
·
verified ·
1 Parent(s): 54b5a7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as app:
76
  with gr.Column(scale=1):
77
  clear_button = gr.Button("Clear", elem_id="clear-button", variant="secondary")
78
  with gr.Column(scale=1):
79
- generate_button = gr.Button("Generate", elem_id="generate-button", variant="primary", color="green")
80
  with gr.Accordion("Advanced Settings", open=False):
81
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")
82
  steps = gr.Slider(label="Sampling steps", value=35, minimum=1, maximum=100, step=1)
 
76
  with gr.Column(scale=1):
77
  clear_button = gr.Button("Clear", elem_id="clear-button", variant="secondary")
78
  with gr.Column(scale=1):
79
+ generate_button = gr.Button("Generate", elem_id="generate-button", variant="primary")
80
  with gr.Accordion("Advanced Settings", open=False):
81
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")
82
  steps = gr.Slider(label="Sampling steps", value=35, minimum=1, maximum=100, step=1)