kadirnar commited on
Commit
683eaef
1 Parent(s): c36d175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ def main():
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
 
 
63
  with gr.Tab("Seg"):
64
  StableDiffusionControlNetInpaintSegGenerator.app()
65
 
 
66
  app.launch(debug=True, enable_queue=True)
67
 
68