MrDrmm commited on
Commit
7dc91c1
·
verified ·
1 Parent(s): c1c226f

Update app.py

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