Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
23a889d
1
Parent(s):
057ebe8
Fix unsupported info keyword
Browse files
app.py
CHANGED
|
@@ -324,12 +324,12 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
|
|
| 324 |
run_button = gr.Button("Run", scale=1, variant="primary")
|
| 325 |
|
| 326 |
with gr.Accordion("Input image(s) (optional)", open=False):
|
|
|
|
| 327 |
input_images = gr.Gallery(
|
| 328 |
label="Input Image(s)",
|
| 329 |
type="pil",
|
| 330 |
columns=3,
|
| 331 |
rows=1,
|
| 332 |
-
info="Upload images for editing or combining",
|
| 333 |
)
|
| 334 |
|
| 335 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 324 |
run_button = gr.Button("Run", scale=1, variant="primary")
|
| 325 |
|
| 326 |
with gr.Accordion("Input image(s) (optional)", open=False):
|
| 327 |
+
gr.Markdown("Upload images for editing or combining")
|
| 328 |
input_images = gr.Gallery(
|
| 329 |
label="Input Image(s)",
|
| 330 |
type="pil",
|
| 331 |
columns=3,
|
| 332 |
rows=1,
|
|
|
|
| 333 |
)
|
| 334 |
|
| 335 |
with gr.Accordion("Advanced Settings", open=False):
|