Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
|
|
| 263 |
|
| 264 |
result = gr.Image(label="Result", show_label=False)
|
| 265 |
|
| 266 |
-
with gr.Accordion("Advanced Settings", open=
|
| 267 |
|
| 268 |
prompt_upsampling = gr.Checkbox(
|
| 269 |
label="Prompt Upsampling",
|
|
|
|
| 263 |
|
| 264 |
result = gr.Image(label="Result", show_label=False)
|
| 265 |
|
| 266 |
+
with gr.Accordion("Advanced Settings", open=True):
|
| 267 |
|
| 268 |
prompt_upsampling = gr.Checkbox(
|
| 269 |
label="Prompt Upsampling",
|