mrbeliever commited on
Commit
486fdc6
1 Parent(s): 595a11e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
98
  with gr.Row():
99
  with gr.Column():
100
  image = gr.Image(width=256, height=256, sources=['upload', 'clipboard'], image_mode='RGB', elem_id="image_upload", type="pil", label="Upload")
101
- prompt = gr.Textbox(label="Prompt", value="a woman", placeholder="Your prompt", elem_id="prompt")
102
  btn = gr.Button("Generate", elem_id="run_button", variant="primary")
103
  with gr.Accordion(label="Advanced Settings", open=False):
104
  strength = gr.Number(value=0.75, minimum=0, maximum=0.75, step=0.01, label="Strength")
 
98
  with gr.Row():
99
  with gr.Column():
100
  image = gr.Image(width=256, height=256, sources=['upload', 'clipboard'], image_mode='RGB', elem_id="image_upload", type="pil", label="Upload")
101
+ prompt = gr.Textbox(label="Prompt", value="", placeholder="Your prompt", elem_id="prompt")
102
  btn = gr.Button("Generate", elem_id="run_button", variant="primary")
103
  with gr.Accordion(label="Advanced Settings", open=False):
104
  strength = gr.Number(value=0.75, minimum=0, maximum=0.75, step=0.01, label="Strength")