Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,6 +170,7 @@ with gr.Blocks(css=css) as demo:
|
|
170 |
|
171 |
with gr.Row():
|
172 |
gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
|
|
|
173 |
with gr.Column():
|
174 |
#gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
|
175 |
current_model = gr.Dropdown(label="选择模型", choices=list_models, value=list_models[1])
|
@@ -177,7 +178,7 @@ with gr.Blocks(css=css) as demo:
|
|
177 |
#generate_button = gr.Button("生成图像", variant='primary')
|
178 |
|
179 |
with gr.Column():
|
180 |
-
gr.Markdown("<h4>高级设置</h4>")
|
181 |
#with gr.Accordion("高级定制", open=False):
|
182 |
negative_prompt = gr.Textbox(label="否定提示(可选)", placeholder="Example: blurry, unfocused", lines=2)
|
183 |
image_style = gr.Dropdown(label="选择风格", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="None style")
|
|
|
170 |
|
171 |
with gr.Row():
|
172 |
gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
|
173 |
+
|
174 |
with gr.Column():
|
175 |
#gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
|
176 |
current_model = gr.Dropdown(label="选择模型", choices=list_models, value=list_models[1])
|
|
|
178 |
#generate_button = gr.Button("生成图像", variant='primary')
|
179 |
|
180 |
with gr.Column():
|
181 |
+
#gr.Markdown("<h4>高级设置</h4>")
|
182 |
#with gr.Accordion("高级定制", open=False):
|
183 |
negative_prompt = gr.Textbox(label="否定提示(可选)", placeholder="Example: blurry, unfocused", lines=2)
|
184 |
image_style = gr.Dropdown(label="选择风格", choices=["None style", "Cinematic", "Digital Art", "Portrait"], value="None style")
|