Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -362,7 +362,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 362 |
value=0.8,
|
| 363 |
)
|
| 364 |
|
| 365 |
-
with gr.Accordion(open=
|
| 366 |
negative_prompt = gr.Textbox(
|
| 367 |
label="Negative Prompt",
|
| 368 |
placeholder="low quality",
|
|
|
|
| 362 |
value=0.8,
|
| 363 |
)
|
| 364 |
|
| 365 |
+
with gr.Accordion(open=True, label="Advanced Options"):
|
| 366 |
negative_prompt = gr.Textbox(
|
| 367 |
label="Negative Prompt",
|
| 368 |
placeholder="low quality",
|