Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 199 |
-
value=
|
| 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 |
)
|