Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as app:
|
|
68 |
|
69 |
submit_btn = gr.Button("Submit")
|
70 |
|
71 |
-
with gr.Accordion(label="Advanced Settings", open=
|
72 |
negative_prompt = gr.Textbox(
|
73 |
label="Negative Prompt", info='''Things you do not want to see in your image'''
|
74 |
)
|
|
|
68 |
|
69 |
submit_btn = gr.Button("Submit")
|
70 |
|
71 |
+
with gr.Accordion(label="Advanced Settings", open=False):
|
72 |
negative_prompt = gr.Textbox(
|
73 |
label="Negative Prompt", info='''Things you do not want to see in your image'''
|
74 |
)
|