alecinvan commited on
Commit
3b6e143
·
verified ·
1 Parent(s): df1003e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -176,8 +176,8 @@ with gr.Blocks(css=css) as demo:
176
  generate_button = gr.Button("生成图像", variant='primary')
177
 
178
  with gr.Column():
179
- gr.Markdown("<h4>Advanced Settings</h4>")
180
- with gr.Accordion("Advanced Customizations", open=False):
181
  negative_prompt = gr.Textbox(label="否定提示(可选)", placeholder="Example: blurry, unfocused", lines=2)
182
  image_style = gr.Dropdown(label="选择风格", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="None style")
183
  # Add more options if needed
 
176
  generate_button = gr.Button("生成图像", variant='primary')
177
 
178
  with gr.Column():
179
+ gr.Markdown("<h4>高级设置</h4>")
180
+ with gr.Accordion("高级定制", open=False):
181
  negative_prompt = gr.Textbox(label="否定提示(可选)", placeholder="Example: blurry, unfocused", lines=2)
182
  image_style = gr.Dropdown(label="选择风格", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="None style")
183
  # Add more options if needed