multimodalart HF Staff commited on
Commit
51f5d95
·
verified ·
1 Parent(s): 5873472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -195,8 +195,8 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4 (NF4) — diffusers p
195
  run = gr.Button("Generate", variant="primary")
196
  with gr.Accordion("Advanced", open=False):
197
  enhance = gr.Checkbox(
198
- label="Prompt upsampling (Outlines)",
199
- value=False,
200
  info="Rewrite the prompt into Ideogram's native JSON caption before generating."
201
  + ("" if OUTLINES_AVAILABLE else " ⚠ outlines not installed — runs unconstrained."),
202
  )
 
195
  run = gr.Button("Generate", variant="primary")
196
  with gr.Accordion("Advanced", open=False):
197
  enhance = gr.Checkbox(
198
+ label="Prompt upsampling",
199
+ value=True,
200
  info="Rewrite the prompt into Ideogram's native JSON caption before generating."
201
  + ("" if OUTLINES_AVAILABLE else " ⚠ outlines not installed — runs unconstrained."),
202
  )