kadirnar commited on
Commit
f342fa0
1 Parent(s): 7c2dea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def diffusion_app():
40
  with gr.Tab(label="Controlnet Inpaint"):
41
  StableDiffusionControlNetInpaintGenerator.app()
42
 
43
- app.queue(concurrency_count=2)
44
  app.launch(debug=True, enable_queue=True)
45
 
46
 
 
40
  with gr.Tab(label="Controlnet Inpaint"):
41
  StableDiffusionControlNetInpaintGenerator.app()
42
 
43
+ app.queue(concurrency_count=1)
44
  app.launch(debug=True, enable_queue=True)
45
 
46