kadirnar commited on
Commit
828cdd9
1 Parent(s): 06b6ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def diffusion_app():
84
  with gr.Tab("Upscaler"):
85
  CodeformerUpscalerGenerator.app()
86
 
87
- app.queue(concurrency_count=2)
88
  app.launch(debug=True, enable_queue=True)
89
 
90
 
 
84
  with gr.Tab("Upscaler"):
85
  CodeformerUpscalerGenerator.app()
86
 
87
+ app.queue(concurrency_count=1)
88
  app.launch(debug=True, enable_queue=True)
89
 
90