chansung commited on
Commit
ce5c91f
·
1 Parent(s): bc23bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,9 +178,9 @@ with gr.Blocks(css=PARENT_BLOCK_CSS) as demo:
178
  )
179
 
180
  demo.queue(
181
- concurrency_count=2,
182
  max_size=100,
183
  ).launch(
184
- max_threads=2,
185
  server_name="0.0.0.0",
186
  )
 
178
  )
179
 
180
  demo.queue(
181
+ concurrency_count=1,
182
  max_size=100,
183
  ).launch(
184
+ max_threads=5,
185
  server_name="0.0.0.0",
186
  )