Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
180 |
-
with gr.Accordion("
|
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
|