Spaces:
Running
on
Zero
Running
on
Zero
Update app_local.py
Browse files- app_local.py +1 -2
app_local.py
CHANGED
|
@@ -421,5 +421,4 @@ with gr.Blocks(title="Qwen Image Editor Fast") as demo:
|
|
| 421 |
outputs=outputs
|
| 422 |
)
|
| 423 |
|
| 424 |
-
|
| 425 |
-
demo.launch()
|
|
|
|
| 421 |
outputs=outputs
|
| 422 |
)
|
| 423 |
|
| 424 |
+
demo.queue(max_size=5).launch()
|
|
|