LPX55 commited on
Commit
a302d1d
·
verified ·
1 Parent(s): 3a64b85

Update app_local.py

Browse files
Files changed (1) hide show
  1. 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
- if __name__ == "__main__":
425
- demo.launch()
 
421
  outputs=outputs
422
  )
423
 
424
+ demo.queue(max_size=5).launch()