Update app.py
Browse files
app.py
CHANGED
@@ -137,8 +137,8 @@ with gr.Blocks() as demo:
|
|
137 |
|
138 |
result = gr.Image(label="Result", show_label=False)
|
139 |
|
140 |
-
|
141 |
-
|
142 |
label="Negative prompt",
|
143 |
max_lines=1,
|
144 |
placeholder="Enter a negative prompt",
|
|
|
137 |
|
138 |
result = gr.Image(label="Result", show_label=False)
|
139 |
|
140 |
+
with gr.Accordion("Advanced Settings", open=False):
|
141 |
+
negative_prompt = gr.Text(
|
142 |
label="Negative prompt",
|
143 |
max_lines=1,
|
144 |
placeholder="Enter a negative prompt",
|