Spaces:
Running
on
Zero
Running
on
Zero
feat: add noise for more variations for batched inferences
Browse files- app_local.py +1 -1
app_local.py
CHANGED
|
@@ -457,7 +457,7 @@ with gr.Blocks(title="Qwen Image Edit - Fast Lightning Mode w/ Batch") as demo:
|
|
| 457 |
)
|
| 458 |
|
| 459 |
# Output Column
|
| 460 |
-
with gr.Column(scale=
|
| 461 |
result = gr.Gallery(
|
| 462 |
label="Edited Images",
|
| 463 |
columns=lambda x: min(x, 2),
|
|
|
|
| 457 |
)
|
| 458 |
|
| 459 |
# Output Column
|
| 460 |
+
with gr.Column(scale=2):
|
| 461 |
result = gr.Gallery(
|
| 462 |
label="Edited Images",
|
| 463 |
columns=lambda x: min(x, 2),
|