burak commited on
Commit
e45c1e6
1 Parent(s): 4c657fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ with gr.Blocks() as demo:
294
  #cache_examples="lazy",
295
  )
296
 
297
- demo.queue(concurrency_count=5,max_size=99).launch(debug=False, show_error=True,show_api=False)
 
294
  #cache_examples="lazy",
295
  )
296
 
297
+ demo.queue(max_size=99).launch(debug=False, show_error=True,show_api=False)