multimodalart HF Staff commited on
Commit
fe404a9
·
verified ·
1 Parent(s): 989c44e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False):
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",