el-el-san commited on
Commit
1342bd2
β€’
1 Parent(s): d6b9e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -197,6 +197,11 @@ with gr.Blocks(css=css) as demo:
197
  placeholder="Describe the image you want to generate. Be specific about details, style, and atmosphere.\n\nExample: 'A serene mountain landscape at sunset, with snow-capped peaks and a clear lake reflection, painted in watercolor style'",
198
  show_label=True,
199
  )
 
 
 
 
 
200
 
201
  with gr.Accordion("Advanced Settings", open=False, elem_classes="advanced-settings"):
202
  negative_prompt = gr.Textbox(
@@ -255,11 +260,7 @@ with gr.Blocks(css=css) as demo:
255
  info="More steps = higher quality"
256
  )
257
 
258
- run_button = gr.Button(
259
- "✨ Generate Image",
260
- elem_classes="generate-button",
261
- variant="primary",
262
- )
263
 
264
  # 右カラム - η”Ÿζˆη΅ζžœ
265
  with gr.Column():
 
197
  placeholder="Describe the image you want to generate. Be specific about details, style, and atmosphere.\n\nExample: 'A serene mountain landscape at sunset, with snow-capped peaks and a clear lake reflection, painted in watercolor style'",
198
  show_label=True,
199
  )
200
+ run_button = gr.Button(
201
+ "✨ Generate Image",
202
+ elem_classes="generate-button",
203
+ variant="primary",
204
+ )
205
 
206
  with gr.Accordion("Advanced Settings", open=False, elem_classes="advanced-settings"):
207
  negative_prompt = gr.Textbox(
 
260
  info="More steps = higher quality"
261
  )
262
 
263
+
 
 
 
 
264
 
265
  # 右カラム - η”Ÿζˆη΅ζžœ
266
  with gr.Column():