kadirnar commited on
Commit
0a04bf3
1 Parent(s): 1eb7da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ def main():
62
  StableDiffusionControlNetInpaintScribbleGenerator.app()
63
  with gr.Tab("Seg"):
64
  StableDiffusionControlNetInpaintSegGenerator.app()
65
-
 
66
  app.launch(debug=True, enable_queue=True)
67
 
68
 
 
62
  StableDiffusionControlNetInpaintScribbleGenerator.app()
63
  with gr.Tab("Seg"):
64
  StableDiffusionControlNetInpaintSegGenerator.app()
65
+
66
+ app.queue(concurrency_count=2)
67
  app.launch(debug=True, enable_queue=True)
68
 
69