Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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():
|