MrDrmm commited on
Commit
c93f445
·
verified ·
1 Parent(s): 84539b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
132
 
133
 
134
 
135
-
136
  demo.queue(default_concurrency_limit=240, max_size=240)
137
  demo.launch(max_threads=400, ssr_mode=True)
138
  # https://github.com/gradio-app/gradio/issues/6339
 
132
 
133
 
134
 
135
+ queue=50
136
  demo.queue(default_concurrency_limit=240, max_size=240)
137
  demo.launch(max_threads=400, ssr_mode=True)
138
  # https://github.com/gradio-app/gradio/issues/6339