Severian commited on
Commit
e3092d0
·
verified ·
1 Parent(s): 29e07c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -150,7 +150,7 @@ The QR code serves as both the initial image and the control image, allowing for
150
  label="QR Code Content",
151
  info="QR Code Content or URL",
152
  value="",
153
- placeholder="https://www.go-yamamoto.com",
154
  )
155
  with gr.Accordion(label="QR Code Image (Optional)", open=False):
156
  qr_code_image = gr.Image(
@@ -161,12 +161,11 @@ The QR code serves as both the initial image and the control image, allowing for
161
  prompt = gr.Textbox(
162
  label="Prompt",
163
  info="Prompt that guides the generation towards",
164
- placeholder="A futuristic cityscape with neon lights",
165
  )
166
  negative_prompt = gr.Textbox(
167
  label="Negative Prompt",
168
  value="ugly, disfigured, low quality, blurry, nsfw",
169
- placeholder="ugly, disfigured, low quality, blurry, nsfw",
170
  )
171
  use_qr_code_as_init_image = gr.Checkbox(
172
  label="Use QR code as init image",
 
150
  label="QR Code Content",
151
  info="QR Code Content or URL",
152
  value="",
153
+ value="https://www.go-yamamoto.com",
154
  )
155
  with gr.Accordion(label="QR Code Image (Optional)", open=False):
156
  qr_code_image = gr.Image(
 
161
  prompt = gr.Textbox(
162
  label="Prompt",
163
  info="Prompt that guides the generation towards",
164
+ value="A futuristic cityscape with neon lights",
165
  )
166
  negative_prompt = gr.Textbox(
167
  label="Negative Prompt",
168
  value="ugly, disfigured, low quality, blurry, nsfw",
 
169
  )
170
  use_qr_code_as_init_image = gr.Checkbox(
171
  label="Use QR code as init image",